[rt-users] RT::Queue::QueueNumber Unimplemented in HTML::Mason::Commands
Todd Chapman
rt at chaka.net
Tue Jan 4 18:16:16 EST 2005
You can't just add a file to a table. You need to define
the subroutine in Queue_Overlay.pm or Queue_Local.pm.
It might be better to use Attributes for what you are doing.
Then again, some callbacks may need to be added for displaying/
editing callbacks.
-Todd
On Tue, Jan 04, 2005 at 11:30:47PM +0100, Haspers wrote:
> Hi all,
>
> I couldn't find anything about the 'Unimplemented in HTML::Mason::Commands'
> error I receive. What I'm trying to do is the following:
>
> * I've added an extra field to the database table 'Queues' named
> 'QueueNumer'
>
> What I'm trying to do now is to use this field in RT. However, whatever I
> try to use this field I get the RT::Queue::QueueNumber Unimplemented in
> HTML::Mason::Commands error.
>
> For example somewhere in Elements/Quicksearch by using:
>
> $queue->QueueNumber ($queue is defined in Quicksearch and working for the
> other fields).
>
> Can someone help me out with this (minor) problem. I have looked around but
> couldn't find documention on how to implement new database field.
>
> Thx,
>
> Rolph
>
>
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT wiki at http://wiki.bestpractical.com
More information about the rt-users
mailing list