[rt-users] Custom Status
Todd Chapman
todd at chaka.net
Mon Aug 1 21:16:19 EDT 2005
On Mon, Aug 01, 2005 at 06:28:07PM -0400, Bruce Rudd wrote:
> I have tried adding
>
> @ACTIVE_STATUS = qw(new open stalled pending);
> @INACTIVE_STATUS = qw(resolved rejected deleted);
> @STATUS = (@ACTIVE_STATUS, @INACTIVE_STATUS);
>
> As well as
>
> @DEFAULT_ACTIVE_STATUS = qw(new open stalled pending);
> @DEFAULT_INACTIVE_STATUS = qw(resolved rejected deleted);
> @DEFAULT_STATUS = (@DEFAULT_ACTIVE_STATUS, @DEFAULT_INACTIVE_STATUS);
>
> to rt3/etc/RT_SiteConfig.pm and have restarted httpd and the "pending'
> status is not showing up.
>
> What am I leaving out or doing wrong???
>
Did you delete the mason cache?
More information about the rt-users
mailing list