Commit 91945a88 authored by Jérome Perrin's avatar Jérome Perrin

core: chain Domain with edit_workflow

parent 8a8e0fd8
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
<type>Base Category</type> <type>Base Category</type>
<workflow>dynamic_class_generation_interaction_workflow, edit_workflow</workflow> <workflow>dynamic_class_generation_interaction_workflow, edit_workflow</workflow>
</chain> </chain>
<chain>
<type>Base Domain</type>
<workflow>edit_workflow</workflow>
</chain>
<chain> <chain>
<type>Base Type</type> <type>Base Type</type>
<workflow>base_type_interaction_workflow, dynamic_class_generation_interaction_workflow</workflow> <workflow>base_type_interaction_workflow, dynamic_class_generation_interaction_workflow</workflow>
...@@ -87,6 +91,10 @@ ...@@ -87,6 +91,10 @@
<type>Document Component</type> <type>Document Component</type>
<workflow>component_validation_workflow, dynamic_class_generation_interaction_workflow, edit_workflow</workflow> <workflow>component_validation_workflow, dynamic_class_generation_interaction_workflow, edit_workflow</workflow>
</chain> </chain>
<chain>
<type>Domain</type>
<workflow>edit_workflow</workflow>
</chain>
<chain> <chain>
<type>Dynamic Category Property</type> <type>Dynamic Category Property</type>
<workflow>dynamic_class_generation_interaction_workflow</workflow> <workflow>dynamic_class_generation_interaction_workflow</workflow>
......
...@@ -6,6 +6,7 @@ Attribute Equality Constraint | dynamic_class_generation_interaction_workflow ...@@ -6,6 +6,7 @@ Attribute Equality Constraint | dynamic_class_generation_interaction_workflow
Attribute Unicity Constraint | dynamic_class_generation_interaction_workflow Attribute Unicity Constraint | dynamic_class_generation_interaction_workflow
Base Category | dynamic_class_generation_interaction_workflow Base Category | dynamic_class_generation_interaction_workflow
Base Category | edit_workflow Base Category | edit_workflow
Base Domain | edit_workflow
Base Type | base_type_interaction_workflow Base Type | base_type_interaction_workflow
Base Type | dynamic_class_generation_interaction_workflow Base Type | dynamic_class_generation_interaction_workflow
Business Template | business_template_building_workflow Business Template | business_template_building_workflow
...@@ -25,6 +26,7 @@ Document Component | component_validation_workflow ...@@ -25,6 +26,7 @@ Document Component | component_validation_workflow
Document Component | dynamic_class_generation_interaction_workflow Document Component | dynamic_class_generation_interaction_workflow
Document Component | edit_workflow Document Component | edit_workflow
Document | edit_workflow Document | edit_workflow
Domain | edit_workflow
Dynamic Category Property | dynamic_class_generation_interaction_workflow Dynamic Category Property | dynamic_class_generation_interaction_workflow
Extension Component | component_validation_workflow Extension Component | component_validation_workflow
Extension Component | dynamic_class_generation_interaction_workflow Extension Component | dynamic_class_generation_interaction_workflow
......
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