Hello,
i’m using RT5, everything works normaly, except that,
i’ve been trying to created groups for custom fields but it’s seems it’s not working.
This is the code i use in RT_SiteConfig.pm
Set(%CustomFieldGroupings,
‘RT::Ticket’ => [
‘Basics’ => [‘testeCF’, ‘teste2CF’],
],
);
I’ve tried several names for the group name/field name. None of them seem to work.
No errors in log file.
Any ideias what it can be ?
Thanks,
Fverissimo