Commit 3661d51c authored by Gabriel Monnerat's avatar Gabriel Monnerat

add local_permission_vifib_interaction_workflow to Slave Instance and assign...

add local_permission_vifib_interaction_workflow to Slave Instance and assign the interactions follow the same design of Software Instance in this case
parent dd02882d
...@@ -47,6 +47,10 @@ ...@@ -47,6 +47,10 @@
<type>Sale Trade Condition</type> <type>Sale Trade Condition</type>
<workflow>local_permission_vifib_interaction_workflow</workflow> <workflow>local_permission_vifib_interaction_workflow</workflow>
</chain> </chain>
<chain>
<type>Slave Instance</type>
<workflow>local_permission_vifib_interaction_workflow</workflow>
</chain>
<chain> <chain>
<type>Software Instance</type> <type>Software Instance</type>
<workflow>local_permission_vifib_interaction_workflow</workflow> <workflow>local_permission_vifib_interaction_workflow</workflow>
......
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
<string>Computer</string> <string>Computer</string>
<string>Hosting Subscription</string> <string>Hosting Subscription</string>
<string>Person</string> <string>Person</string>
<string>Slave Instance</string>
<string>Software Instance</string> <string>Software Instance</string>
</list> </list>
</value> </value>
......
172 173
\ No newline at end of file \ No newline at end of file
...@@ -10,4 +10,5 @@ Sale Order | local_permission_vifib_interaction_workflow ...@@ -10,4 +10,5 @@ Sale Order | local_permission_vifib_interaction_workflow
Sale Packing List Line | local_permission_vifib_interaction_workflow Sale Packing List Line | local_permission_vifib_interaction_workflow
Sale Packing List | local_permission_vifib_interaction_workflow Sale Packing List | local_permission_vifib_interaction_workflow
Sale Trade Condition | local_permission_vifib_interaction_workflow Sale Trade Condition | local_permission_vifib_interaction_workflow
Slave Instance | local_permission_vifib_interaction_workflow
Software Instance | local_permission_vifib_interaction_workflow Software Instance | local_permission_vifib_interaction_workflow
\ 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