[Rt-devel] ActiveStatus and InactiveActiveStatus

Alex Vandiver alexmv at bestpractical.com
Mon Mar 27 20:41:07 EST 2006


On Mon, 2006-03-27 at 20:14 -0500, Phil Smith III wrote:
> I've been looking at how to change the list of what statuses
> constitute Active and Inactive in the homepage and I'm stumped.

You want etc/RT_SiteConfig.pm  As described in etc/RT_Config.pm:
    # You can define new statuses and even reorder existing statuses here.
    # WARNING. DO NOT DELETE ANY OF THE DEFAULT STATUSES. If you do, RT
    # will break horribly.
    Set(@ActiveStatus, qw(new open stalled));
    Set(@InactiveStatus, qw(resolved rejected deleted));

 - Alex



More information about the Rt-devel mailing list