[CMF-checkins] CVS: Products/DCWorkflow - DCWorkflow.py:1.33.4.1
Zachery Bir
zbir at urbanape.com
Thu May 18 11:50:58 EDT 2006
Update of /cvs-repository/Products/DCWorkflow
In directory cvs.zope.org:/tmp/cvs-serv2767
Modified Files:
Tag: DCWorkflow-1_5zecms-branch
DCWorkflow.py
Log Message:
Always include the id of global actions
=== Products/DCWorkflow/DCWorkflow.py 1.33 => 1.33.4.1 ===
--- Products/DCWorkflow/DCWorkflow.py:1.33 Wed Feb 4 15:35:20 2004
+++ Products/DCWorkflow/DCWorkflow.py Thu May 18 11:50:55 2006
@@ -238,7 +238,8 @@
fmt_data._push(info)
searchres_len = lambda searchres=searchres: len(searchres)
fmt_data._push({'count': searchres_len})
- res.append((id, {'name': qdef.actbox_name % fmt_data,
+ res.append((id, {'id': id,
+ 'name': qdef.actbox_name % fmt_data,
'url': qdef.actbox_url % fmt_data,
'permissions': (), # Predetermined.
'category': qdef.actbox_category}))
More information about the CMF-checkins
mailing list