[rt-users] Add queue change to Update.html (comment/reply)

Ruslan Zakirov ruz at bestpractical.com
Mon Feb 13 11:56:17 EST 2012


On Mon, Feb 13, 2012 at 17:45, Bart <bart at pleh.info> wrote:
> Slight update, adding this to the AfterWorked file also shows the current
> Queue a ticket belongs to.
> Also, changing the queue now works :-)
>
>> <& /Elements/SelectQueue,
>>     Name           => "Queue",
>>     InTable        => 1,
>>     ShowNullOption => 0,
>>     Default        => $Ticket->QueueObj->Id,
>> &>
>
>
> Now I just need to figure out how I'm able to add the name of the Queue
> dropdown, currently it looks a bit odd. (see screenshot)
>
> Is there a simple option for that in the above syntax?

AfterWorked is probably called inside html <table>, so you should put
something like:

<tr><td class="label">Queue</td><td>
<& .... &>
</td></tr>

-- 
Best regards, Ruslan.



More information about the rt-users mailing list