Browse Source

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1241 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 years ago
parent
commit
325232f4f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/itop-profiles-itil/module.itop-profiles-itil.php

+ 1 - 1
modules/itop-profiles-itil/module.itop-profiles-itil.php

@@ -299,7 +299,7 @@ class CreateITILProfilesInstaller extends ModuleInstallerAPI
 			),
 			),
 			'Support Agent' => array(
 			'Support Agent' => array(
 				'description' => 'Person analyzing and solving the current incidents',
 				'description' => 'Person analyzing and solving the current incidents',
-				'write_modules' => 'Incident',
+				'write_modules' => 'Incident,Call',
 				'delete_modules' => 'LnkTickets,LnkIncidents',
 				'delete_modules' => 'LnkTickets,LnkIncidents',
 				'stimuli' => array(
 				'stimuli' => array(
 					'Incident' => 'ev_assign,ev_reassign,ev_resolve,ev_close',
 					'Incident' => 'ev_assign,ev_reassign,ev_resolve,ev_close',