Roundup Tracker - Issues

Issue 2550613

classification
[PATCH] Fix a "got multiple values for keyword argument 'value'" error
Type: crash Severity: normal
Components: Web interface Versions: 1.4
process
Status: closed
:
: : richard, wolever
Priority: :

Created on 2009-12-16 16:53 by wolever, last changed 2010-02-01 04:55 by richard.

Files
File name Uploaded Description Edit Remove
Issue2550613 wolever, 2009-12-16 16:54
Messages
msg3932 Author: [hidden] (wolever) Date: 2009-12-16 16:53
Currently, it is impossible to specify a 'value' for a MultilinkHTMLProperty form a template. For 
example:

    <span tal:replace="structure python:context.keyword.field(value='stuff')" />

Will fail with a 'got multiple values for keyword argument 'value'" error.

Attached is a patch which will fix that.
msg4006 Author: [hidden] (richard) Date: 2010-02-01 04:55
Thanks, commited as r4443
History
Date User Action Args
2010-02-01 04:55:11richardsetstatus: new -> closed
nosy: + richard
messages: + msg4006
2009-12-16 16:54:24woleversetfiles: + Issue2550613
title: [PATCH] Fix a 'got multiple values for keyword argument 'value'" error -> [PATCH] Fix a "got multiple values for keyword argument 'value'" error
2009-12-16 16:53:23wolevercreate