Commit 0f55d00e authored by Jérome Perrin's avatar Jérome Perrin Committed by Kazuhiko Shiozaki

budget: add proxy role on interaction script

this interaction adjust membership criterions when variation
categories is changed, but we don't really need security
restriction in the interaction, because security is already
checked when setting variation categories.
parent 790a95a2
......@@ -52,6 +52,14 @@
<key> <string>_params</string> </key>
<value> <string>sci</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>script_setMembershipCriterionCategoryListFromVariationCategory</string> </value>
......
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