Commit 5c306f96 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_core: changes portal type filter on...

erp5_core: changes portal type filter on dynamic_class_generation_interaction_workflow and base_type_interaction_workflow to a portal group filter

These workflows now apply on every type belonging to the grouping type 'type_definition': Base Type and other portal types of portal types
parent 12df604c
...@@ -67,9 +67,15 @@ ...@@ -67,9 +67,15 @@
</item> </item>
<item> <item>
<key> <string>portal_type_filter</string> </key> <key> <string>portal_type_filter</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type_group_filter</string> </key>
<value> <value>
<list> <list>
<string>Base Type</string> <string>type_definition</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -79,6 +85,10 @@ ...@@ -79,6 +85,10 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>temporary_document_disallowed</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
......
...@@ -70,9 +70,15 @@ ...@@ -70,9 +70,15 @@
</item> </item>
<item> <item>
<key> <string>portal_type_filter</string> </key> <key> <string>portal_type_filter</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type_group_filter</string> </key>
<value> <value>
<list> <list>
<string>Base Type</string> <string>type_definition</string>
</list> </list>
</value> </value>
</item> </item>
......
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