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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 23 15:43:30 CEST 2007


Author: vincent
Date: Tue Oct 23 15:43:30 2007
New Revision: 17126

URL: http://svn.erp5.org?rev=17126&view=rev
Log:
Add a note about a not implemented possible optimisation.

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=17126&r1=17125&r2=17126&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/WorkflowTool.py (original)
+++ erp5/trunk/products/ERP5Type/patches/WorkflowTool.py Tue Oct 23 15:43:30 2007
@@ -147,6 +147,8 @@
         if not isinstance(value, (tuple, list)):
           role_column_dict[security_column_id] = [value]
       applied_security_criterion_dict = {}
+      # TODO: make security criterions be examined in the same order for all
+      # worklists if possible at all.
       for security_column_id, security_column_value in role_column_dict.iteritems():
         valid_criterion_dict = {}
         valid_criterion_dict.update(applied_security_criterion_dict)




More information about the Erp5-report mailing list