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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 29 13:50:49 CET 2008


Author: romain
Date: Fri Feb 29 13:50:48 2008
New Revision: 19584

URL: http://svn.erp5.org?rev=19584&view=rev
Log:
Hardcode one more columns used by sql cached worklist.

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=19584&r1=19583&r2=19584&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/WorkflowTool.py (original)
+++ erp5/trunk/products/ERP5Type/patches/WorkflowTool.py Fri Feb 29 13:50:48 2008
@@ -531,14 +531,14 @@
       # (and cached).
       table_column_id_set = ImmutableSet([
         COUNT_COLUMN_TITLE, 'security_uid', 'simulation_state',
-        'validation_state', 'portal_type', 'owner','parent_uid',
+        'validation_state', 'portal_type', 'owner', 'viewable_owner', 'parent_uid',
         'title','opportunity_state', 'causality_state', 'invoice_state',
         'payment_state', 'event_state', 'immobilisation_state', 'reference',
         'grouping_reference', 'source_reference', 'destination_reference',
         'string_index', 'int_index', 'float_index', 'has_cell_content',
         'creation_date', 'modification_date'
         ])
-      security_column_id_list = ['security_uid', 'owner']
+      security_column_id_list = ['security_uid', 'viewable_owner', 'owner']
       (worklist_list_grouped_by_condition, worklist_metadata) = \
         groupWorklistListByCondition(
           worklist_dict=worklist_dict,




More information about the Erp5-report mailing list