RT::Extension::CustomFieldsOnUpdate - edit ticket's custom fields on reply/comment
This extension allows the update of tickets' custom fields on reply and comment pages.
perl Makefile.PL
make
make install
May need root permissions
If you are using RT 4.2 or greater, add this line:
Plugin('RT::Extension::CustomFieldsOnUpdate');
For RT 4.0, add this line:
Set(@Plugins, qw(RT::Extension::CustomFieldsOnUpdate));
or add RT::Extension::CustomFieldsOnUpdate
to your existing @Plugins
line.
rm -rf /opt/rt4/var/mason_data/obj
Best Practical Solutions, LLC <modules@bestpractical.com>
All bugs should be reported via email to
L<bug-RT-Extension-CustomFieldsOnUpdate@rt.cpan.org|mailto:bug-RT-Extension-CustomFieldsOnUpdate@rt.cpan.org>
or via the web at
L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-CustomFieldsOnUpdate>.
This software is Copyright (c) 2014 by Best Practical Solutions
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991