manage_main on worklists crash if variables are Expression
Bug #731394 reported by
Nicolas Delaby
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zope CMF buildout |
Fix Released
|
Medium
|
Tres Seaver |
Bug Description
Cataloged variable allows to enter Expression.
like state = 'string:private',
But worklists.dtml does not support this feature and crash when it try to iterate over a Expression object.
The patch consist into using getVarMatchText method instead of getVarMatch and rely that all values are tuple.
Changed in zope-cmf: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Thanks for the report, and the patch (especially the test!).