[Erp5-report] r43098 nicolas.dumazet - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: Wo...
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat Feb 5 09:07:12 CET 2011
Author: nicolas.dumazet
Date: Sat Feb 5 09:07:11 2011
New Revision: 43098
URL: http://svn.erp5.org?rev=43098&view=rev
Log:
Fix trigger on Base Type: we want a reset when type_base_category changes
(the definition of base categories associated to a portal type).
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/dynamic_class_generation_interaction_workflow/interactions/BaseType_resetDynamicClasses.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/dynamic_class_generation_interaction_workflow/interactions/BaseType_resetDynamicClasses.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/dynamic_class_generation_interaction_workflow/interactions/BaseType_resetDynamicClasses.xml?rev=43098&r1=43097&r2=43098&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/dynamic_class_generation_interaction_workflow/interactions/BaseType_resetDynamicClasses.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/dynamic_class_generation_interaction_workflow/interactions/BaseType_resetDynamicClasses.xml [utf8] Sat Feb 5 09:07:11 2011
@@ -60,7 +60,7 @@
<string>_setTypeMixin.*</string>
<string>_setTypeInterface.*</string>
<string>_setTypePropertySheet.*</string>
- <string>_setBaseCategory.*</string>
+ <string>_setTypeBaseCategory.*</string>
</list>
</value>
</item>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=43098&r1=43097&r2=43098&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Sat Feb 5 09:07:11 2011
@@ -1 +1 @@
-40870
\ No newline at end of file
+40871
\ No newline at end of file
More information about the Erp5-report
mailing list