[Erp5-report] r44074 nicolas - /erp5/trunk/products/ERP5Type/patches/WorkflowTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 9 13:51:13 CET 2011


Author: nicolas
Date: Wed Mar  9 13:51:13 2011
New Revision: 44074

URL: http://svn.erp5.org?rev=44074&view=rev
Log:
Update docstring against new API

Modified:
    erp5/trunk/products/ERP5Type/patches/WorkflowTool.py

Modified: erp5/trunk/products/ERP5Type/patches/WorkflowTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/WorkflowTool.py?rev=44074&r1=44073&r2=44074&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/WorkflowTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/patches/WorkflowTool.py [utf8] Wed Mar  9 13:51:13 2011
@@ -161,9 +161,12 @@ def groupWorklistListByCondition(worklis
          'workflow_B': {'worklist_BA': {'baz': (6, )}
                        }
         }
-        acceptable_key_dict:
-        {'foo': None,
-         'baz': None}
+
+      Allowed columns are:
+      sql_catalog.isValidColumn('foo') is True
+      sql_catalog.isValidColumn('baz') is True
+      sql_catalog.isValidColumn('bar') is False
+
       Output a 2-tuple:
         (
           [{'workflow_A/worklist_AA': {'foo': (1, 2)}



More information about the Erp5-report mailing list