[Checkins] SVN: CMF/branches/2.0/CMFCore/interfaces/_tools.py - CMFCore.interfaces._tools: Corrected the API given for

Jens Vagelpohl jens at dataflake.org
Sat Apr 8 08:55:03 EDT 2006


Log message for revision 66668:
  - CMFCore.interfaces._tools: Corrected the API given for 
    WorkflowDefinition.isActionSupported.
    (http://www.zope.org/Collectors/CMF/407)
  

Changed:
  U   CMF/branches/2.0/CMFCore/interfaces/_tools.py

-=-
Modified: CMF/branches/2.0/CMFCore/interfaces/_tools.py
===================================================================
--- CMF/branches/2.0/CMFCore/interfaces/_tools.py	2006-04-08 12:54:28 UTC (rev 66667)
+++ CMF/branches/2.0/CMFCore/interfaces/_tools.py	2006-04-08 12:55:02 UTC (rev 66668)
@@ -1735,7 +1735,7 @@
         o Permission:  Private (Python only)
         """
 
-    def isActionSupported(ob, action):
+    def isActionSupported(ob, action, **kw):
         """ Return True if the given workflow action is supported by this
             workfow for a content object, else False.
 



More information about the Checkins mailing list