I added a new service preference field to Config.pm, like this:
Code: Select all
$Self->{'ServicePreferences'}->{'Comment3'} = {
'Block' => 'Text',
'Desc' => 'Define the associated project name',
'Label' => 'Associated Project Name',
'Module' => 'Kernel::Output::HTML::ServicePreferencesGeneric',
'PrefKey' => 'Comment3'
};
How to enable this fully? i.e. have it show in sysconfig to enable and then use it on the services administration?
Thanks in advance.