/usr/share/doc/rt4-extension-customfieldsonupdate/README is in rt4-extension-customfieldsonupdate 0.01-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | NAME
RT::Extension::CustomFieldsOnUpdate - edit ticket's custom fields on
reply/comment
DESCRIPTION
This extension adds often requested feature - update of ticket's custom
fields on reply and comment.
This is for RT 4.0.x, solutions for older versions available on the
wiki, start from CustomFieldsOnUpdate page [1].
[1] http://requesttracker.wikia.com/wiki/CustomFieldsOnUpdate
INSTALLATION
It's sad but RT 4.0.0 - 4.0.2 miss a tiny feature, so you have to apply
patches/RT-4.0.0-2-edit-ticket-custom-fields-in-table.patch. This change
is part of RT 4.0.3.
Otherwise installation is common:
perl Makefile.PL
make
make install
Register 'RT::Extension::CustomFieldsOnUpdate' in the site config;
Set(@Plugins, qw(
RT::Extension::CustomFieldsOnUpdate
... other plugins you may have ...
));
AUTHOR
Ruslan Zakirov <ruz@bestpractical.com>
LICENSE
Under the same terms as perl itself.
|