Subject: | Customfields not showing up |
Date: | Wed, 11 Nov 2020 17:35:47 +0000 |
To: | "bug-RT-Extension-MandatoryOnTransition [...] rt.cpan.org" <bug-RT-Extension-MandatoryOnTransition [...] rt.cpan.org> |
From: | Marc Weinand <mweinand [...] marcant.net> |
Hey,
I assume I did something wrong but the Plugin doesn't seem to work for our RT 5.0.0 instance.
I have downloaded the plugin via github and afterwards followed the installation instructions. Afterwards I added the following lines to the RT_Siteconfig.pm:
---
Plugin('RT::Extension::MandatoryOnTransition');
# {{{ MandatoryOnTransition Plugin Settings
Set($ShowAllCustomFieldsOnMandatoryUpdate, 1);
Set( %MandatoryOnTransition,
'*' => {
'* -> resolved' => ['CF.Customer'],
},
);
# }}}
---
I cleared the mason cache afterwards and did apachectl graceful. Still the custom fields doesn't show up if I want to comment/correspondent at the ticket and I'm able to close tickets without setting the customer field.
Could you please tell me what I did wrong, or which additional information you need to track the error down?
Best Regards,
Marc Weinand