Skip to content

add check box and radio buttons based custom field into Request Tracker

Notifications You must be signed in to change notification settings

ruz/RT-Extension-CustomField-Checkbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
    RT::Extension::CustomField::Checkbox - extension for RT to add
    checkboxes and radio buttons based custom fields

DESCRIPTION
    Install it, register within @Plugins in the config. Enjoy.

ATTENTION FOR USERS OF RT 4.0
    You don't need this extension. RT 4.0 and newer has this functionality
    build in.

    If you're upgrading from RT 3.8 and used this extension then additinal
    steps may be required. At least RT 4.0.0 and 4.0.1 has no upgrade script
    to convert custom fields created by this extensions into 4.x CFs.

    Run the following SQL:

        UPDATE CustomFields SET Type = 'Select' AND RenderType = 'List'
        WHERE Type = 'SelectCheckbox';

    Delete this extension from @Plugins in the config file.

    Hopefuly in RT 4.0.2 all this would be automated.

AUTHOR
    Ruslan Zakirov <Ruslan.Zakirov@gmail.com>

LICENSE
    Under the same terms as perl itself.

About

add check box and radio buttons based custom field into Request Tracker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages