[rt-users] RT 4.0.10 Queue not being created

Raymond Corbett Raymond.Corbett at arcproductions.com
Thu Mar 28 11:11:30 EDT 2013


Using the following code in html file:

<& /Ticket/Elements/EditCustomFields, %ARGS, QueueObj => $QueueObj, InTable => 1 &>
<& /Ticket/Elements/EditTransactionCustomFields, %ARGS, QueueObj => $QueueObj, InTable => 1 &>

<%INIT>
my $Queue = $ARGS{Queue};
my $QueueObj = RT::Queue->new($session{'CurrentUser'});
$QueueObj->Load($Queue) || Abort(loc("Queue could not be loaded."));
</%INIT>


System is returning that the message that the " Queue could not be loaded"

So it is executing that line.

Is there a problem with the code here.  Anyone?

File live in /local/html

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20130328/6eeeced8/attachment.htm>


More information about the rt-users mailing list