[rt-devel] Additional Queue Roles patch
Bradley Bell
bradleyb at u.washington.edu
Wed Apr 7 19:42:39 EDT 2004
I have applied the patch at:
http://page.mi.fu-berlin.de/~pape/rt3/patches/rt/additional_queue_roles.patc
h
because I'm very keen on a good way to have "routers" or "dispatchers" for
tickets, but there appears to be some code missing. After applying, if I go
to Admin/Queues/People.html for any queue, CC and Administrative CC show up
okay, then I get this error:
----------------------------------------------------------------------------
----------
Dispatcher:
System error
error: RT::Queue::Dispatcher Unimplemented in HTML::Mason::Commands.
(/opt/rt3/share/html/Admin/Queues/People.html line 54)
context: ...
453: else {
454: my ($package, $filename, $line);
455: ($package, $filename, $line) = caller;
456:
457: die "$AUTOLOAD Unimplemented in $package. ($filename line $line) \n";
458: }
459:
460: }
461:
...
code stack: /usr/local/share/perl/5.6.1/DBIx/SearchBuilder/Record.pm:457
/opt/rt3/share/html/Admin/Queues/People.html:54
/opt/rt3/share/html/autohandler:196
raw error
----------------------------------------------------------------------------
----------
Is there something I missed? or is this part just not done yet?
-brad
More information about the Rt-devel
mailing list