[CMF-checkins] CVS: CMF/CMFCore/interfaces - portal_workflow.py:1.10.12.1
Yvo Schubbe
schubbe@web.de
Wed, 18 Dec 2002 16:42:56 -0500
Update of /cvs-repository/CMF/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv10924/CMFCore/interfaces
Modified Files:
Tag: yuppie-collector096-branch
portal_workflow.py
Log Message:
ActionProvider interface cleanup:
- Removed listActions() from Contentish and portal_workflow interface.
- Removed redundant or 'None' overriding of listActions().
=== CMF/CMFCore/interfaces/portal_workflow.py 1.10 => 1.10.12.1 ===
--- CMF/CMFCore/interfaces/portal_workflow.py:1.10 Thu Aug 1 15:05:12 2002
+++ CMF/CMFCore/interfaces/portal_workflow.py Wed Dec 18 16:42:56 2002
@@ -34,17 +34,6 @@
that apply to ob.
'''
- # security.declarePrivate('listActions')
- def listActions(info):
- '''
- Invoked by the portal_actions tool. Allows workflows to
- include actions to be displayed in the actions box.
- Object actions are supplied by workflows that apply
- to the object. Global actions are supplied by all
- workflows.
- Returns the actions to be displayed to the user.
- '''
-
# security.declarePublic('getActionsFor')
def getActionsFor(ob):
'''