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