Roundup Tracker - Issues

Message561

Author stefan
Recipients
Date 2003-01-06.20:42:29
Message-id
In-reply-to
Logged In: YES 
user_id=764

clients.py contains some more highly suspect code around
line 1194:

            if mlaction != 'set':
                raise ValueError, 'You have submitted a
remove action for'\
                    ' the property "%s" which doesn\'t
exist'%propname

this seems to imply that mlaction is either 'set' or
'remove', while
it can be 'add', too ! I may have a form to submit a new
issue where
I allow multiple selections for a multichoice using
checkboxes, using
the ':add:...' technique you introduced recently. This would
fail with the
given code...
History
Date User Action Args
2009-02-03 14:20:11adminlinkissue663235 messages
2009-02-03 14:20:11admincreate