User portal: enable the creation of Incident tickets (ITIL + requires a change in the configuration file -see the readme file)

SVN:trunk[2959]
This commit is contained in:
Romain Quetiez
2013-10-28 16:50:13 +00:00
parent e92d193347
commit a333bcb084
8 changed files with 386 additions and 143 deletions

View File

@@ -667,6 +667,15 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => false,
),
'portal_tickets' => array(
'type' => 'string',
'description' => 'CSV list of classes supported in the portal',
// examples... not used
'default' => 'UserRequest',
'value' => 'UserRequest',
'source_of_value' => '',
'show_in_conf_sample' => false,
),
);
public function IsProperty($sPropCode)