[Erp5-report] r18660 - /erp5/trunk/products/ERP5Type/patches/WorkflowTool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Jan 11 11:34:52 CET 2008
Author: aurel
Date: Fri Jan 11 11:34:50 2008
New Revision: 18660
URL: http://svn.erp5.org?rev=18660&view=rev
Log:
we now have much more column in worklist_cache table
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=18660&r1=18659&r2=18660&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/WorkflowTool.py (original)
+++ erp5/trunk/products/ERP5Type/patches/WorkflowTool.py Fri Jan 11 11:34:50 2008
@@ -571,7 +571,13 @@
# (and cached).
table_column_id_set = ImmutableSet([
COUNT_COLUMN_TITLE, 'security_uid', 'simulation_state',
- 'validation_state', 'portal_type', 'owner'])
+ 'validation_state', 'portal_type', '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']
(worklist_list_grouped_by_condition, worklist_metadata) = \
groupWorklistListByCondition(
More information about the Erp5-report
mailing list