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 @@
</item>
<item>
<key> <string>portal_type_filter</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type_group_filter</string> </key>
<value>
<list>
<string>Base Type</string>
<string>type_definition</string>
</list>
</value>
</item>
......@@ -79,6 +85,10 @@
<tuple/>
</value>
</item>
<item>
<key> <string>temporary_document_disallowed</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......
......@@ -70,9 +70,15 @@
</item>
<item>
<key> <string>portal_type_filter</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type_group_filter</string> </key>
<value>
<list>
<string>Base Type</string>
<string>type_definition</string>
</list>
</value>
</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