Code cleanup: reworked the user rights data model, while strictly preserving the current functionality (checked using the tool dump_profiles.php, with simple to full ITIL configurations). Class groups have been renamed/merged/removed. This is documented in the migration notes (wiki).

SVN:trunk[3351]
This commit is contained in:
Romain Quetiez
2014-09-24 09:18:14 +00:00
parent c93cc3a5bf
commit 996c590793
2 changed files with 42 additions and 200 deletions

View File

@@ -1963,10 +1963,6 @@
<group id="Incident" _delta="define">
<actions>
<action xsi:type="write">allow</action>
</actions>
</group>
<group id="class:Incident" _delta="define">
<actions>
<action id="ev_close" xsi:type="stimulus">allow</action>
<action id="ev_reopen" xsi:type="stimulus">allow</action>
</actions>