https://github.com/bestpractical/rt-extension-customfield-hideemptyvalues
https://github.com/bestpractical/rt-extension-customfield-hideemptyvalues
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-extension-customfield-hideemptyvalues
- Owner: bestpractical
- Created: 2009-09-16T12:00:11.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T19:29:16.000Z (about 5 years ago)
- Last Synced: 2025-01-09T22:52:45.243Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/RT-Extension-CustomField-HideEmptyValues
- Size: 58.6 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
Awesome Lists containing this project
README
NAME
RT::Extension::CustomField::HideEmptyValues - don't show custom fields
without values
DESCRIPTION
It's sometimes desirable to hide custom fields without values in the UI
of Request Tracker when you view a ticket or another object.
INSTALLATION
perl Makefile.PL
make
make install
May need root permissions
Edit your /opt/rt5/etc/RT_SiteConfig.pm
If you are using RT 4.2 or greater, add this line:
Plugin('RT::Extension::CustomField::HideEmptyValues');
For RT 4.0, add this line:
Set(@Plugins, qw(RT::Extension::CustomField::HideEmptyValues));
or add RT::Extension::CustomField::HideEmptyValues to your existing
@Plugins line.
Clear your mason cache
rm -rf /opt/rt5/var/mason_data/obj
Restart your webserver
AUTHOR
Best Practical Solutions, LLC
BUGS
All bugs should be reported via email to
L
or via the web at
L.
LICENSE AND COPYRIGHT
This software is Copyright (c) 2009-2021 by Best Pracical Solutions,
LLC.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991