mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Portal with Incident tickets: added rights on Incident for Portal users
SVN:trunk[2964]
This commit is contained in:
@@ -2055,4 +2055,23 @@
|
||||
<auto_reload>fast</auto_reload>
|
||||
</menu>
|
||||
</menus>
|
||||
<user_rights>
|
||||
<profiles>
|
||||
<profile id="2">
|
||||
<groups>
|
||||
<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>
|
||||
</group>
|
||||
</groups>
|
||||
</profile>
|
||||
</profiles>
|
||||
</user_rights>
|
||||
</itop_design>
|
||||
|
||||
@@ -15,6 +15,7 @@ SetupWebPage::AddModule(
|
||||
'dependencies' => array(
|
||||
'itop-config-mgmt/2.0.0',
|
||||
'itop-tickets/2.0.0',
|
||||
'itop-profiles-itil/1.0.0',
|
||||
),
|
||||
'mandatory' => false,
|
||||
'visible' => true,
|
||||
|
||||
@@ -590,6 +590,7 @@
|
||||
<group id="class:UserRequest">
|
||||
<actions>
|
||||
<action id="ev_close" xsi:type="stimulus">allow</action>
|
||||
<action id="ev_reopen" xsi:type="stimulus">allow</action>
|
||||
</actions>
|
||||
</group>
|
||||
<group id="*">
|
||||
|
||||
Reference in New Issue
Block a user