[CMF-checkins] CVS: CMF/CMFCore - ActionsTool.py:1.23.2.1

Shane Hathaway shane@cvs.zope.org
Tue, 15 Jan 2002 12:46:49 -0500


Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv6465

Modified Files:
      Tag: cmf-pre-1_3-branch
	ActionsTool.py 
Log Message:
Propagate the action element of action structures.  It is useful for building
custom action boxes.


=== CMF/CMFCore/ActionsTool.py 1.23 => 1.23.2.1 ===
                             'id': d.get('id', None),
                             'name': d['name'],
+                            'action': d['action'],
                             'url': url,
                             'permissions': d['permissions'],
                             'category': d.get('category', 'object'),