[rt-users] Re: Custom statuses

Ruslan Zakirov ruslan.zakirov at gmail.com
Tue Nov 1 23:26:39 EST 2005


Put next to the RT_SiteConfig and drop customization of the Queue.pm:
@ActiveStatus = qw(new open stalled pricepending customerwait
externalwait escalated);
@InactiveStatus = qw(resolved rejected deleted);

stop and start server, restart doesn't help.

It's not recommended way to change status values. Use custom fields instead.

On 11/1/05, Phil Smith III <lists at akphs.com> wrote:
> Now I feel like an idiot: it's not working after all.
>
> Queue_Local.pm contains:
>
> @ACTIVE_STATUS = qw(new open stalled pricepending customerwait externalwait escalated);
> @INACTIVE_STATUS = qw(resolved rejected deleted);
> @STATUS = (@ACTIVE_STATUS, @INACTIVE_STATUS);
>
> 1; # the file needs to end with this
>
> and I've looked at it and looked at it. What am I missing???
>
> ...phsiii
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
>
> Buy your copy of our new book, RT Essentials, today!
>
> Download a free sample chapter from http://rtbook.bestpractical.com
>


--
Best regards, Ruslan.



More information about the rt-users mailing list