N°2112 - Remove unused legacy portal conf variable and its usage

This commit is contained in:
Stephen Abello
2020-02-25 11:37:09 +01:00
parent dfc894f6fd
commit ed030403aa
3 changed files with 0 additions and 71 deletions

View File

@@ -940,15 +940,6 @@ 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' => true,
),
'portal_dispatch_urls' => array(
'type' => 'array',
'description' => 'Associative array of sPortalId => Home page URL (relatively to the application root)',