Fixed Trac #391: Support Agent profile was wrong (no rights to modify UserRequest tickets).

SVN:trunk[1241]
This commit is contained in:
Denis Flaven
2011-04-27 08:06:13 +00:00
parent b68ac3916f
commit 0ea9968797

View File

@@ -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',