[rt-users] RT::Queue::QueueNumber Unimplemented in HTML::Mason::Commands
Ruslan U. Zakirov
Ruslan.Zakirov at acronis.com
Wed Jan 5 05:47:12 EST 2005
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).
Add description of this field into sub _ClassAccessible which is defined
in Queue_Overlay.pm. Read DBIx::SearchBuilder docs and tests.
But it's better to use Attributes as Todd suggested.
>
> 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