Commit c876ac62 authored by Nicolas Dumazet's avatar Nicolas Dumazet

2010-09-27 nicolas.dumazet

* correct regular expressions in base_type_interaction_workflow trigger methods
* add portal type classes-related fields on BaseType_view

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38662 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0df6199d
......@@ -97,8 +97,10 @@
<list>
<string>my_id</string>
<string>my_short_title</string>
<string>my_type_class</string>
<string>my_type_factory_method_id</string>
<string>my_type_init_script_id</string>
<string>my_type_mixin_list</string>
<string>my_type_add_permission</string>
<string>my_type_acquire_local_role</string>
<string>my_type_property_sheet_list</string>
......
......@@ -56,9 +56,9 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>_setTypeClass*</string>
<string>_setTypeMixin*</string>
<string>_setTypeInterface*</string>
<string>_setTypeClass.*</string>
<string>_setTypeMixin.*</string>
<string>_setTypeInterface.*</string>
</list>
</value>
</item>
......
2010-09-27 nicolas.dumazet
* correct regular expressions in base_type_interaction_workflow trigger methods
* add portal type classes-related fields on BaseType_view
2010-09-26 nicolas.dumazet
* Reload portal type classes generated from Base Type objects if a Type Definition object is modified.
......
1728
\ No newline at end of file
1729
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment