mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Fixed Trac #391: Support Agent profile was wrong (no rights to modify UserRequest tickets).
SVN:trunk[1241]
This commit is contained in:
@@ -299,7 +299,7 @@ class CreateITILProfilesInstaller extends ModuleInstallerAPI
|
||||
),
|
||||
'Support Agent' => array(
|
||||
'description' => 'Person analyzing and solving the current incidents',
|
||||
'write_modules' => 'Incident',
|
||||
'write_modules' => 'Incident,Call',
|
||||
'delete_modules' => 'LnkTickets,LnkIncidents',
|
||||
'stimuli' => array(
|
||||
'Incident' => 'ev_assign,ev_reassign,ev_resolve,ev_close',
|
||||
|
||||
Reference in New Issue
Block a user