NAME

RT::Extension::CustomField::HideEmptyValues - don't 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

This extension works with RT 3.8 only.

# use RTHOME env if RT is not in the default location /opt/rt3
perl Makefile.PL
make
make install

Don't forget to enable plugin in the config.

Set( @Plugins,
    ... other plugins ...
    'RT::Extension::CustomField::HideEmptyValues',
);

AUTHOR

Ruslan.Zakirov <ruz@bestpractical.com>

LICENSE

Under the same terms as perl itself.