[rt-users] Callback component not workig quite right.
Todd Chapman
rt at chaka.net
Thu Jan 22 11:36:15 EST 2004
I created the follow file in:
/opt/rt3/local/html/Callbacks/VW/Ticket/Elements/ShowLinks/Default
<tr>
<td>
</td>
<td>
<FORM ACTION="<% $RT::WebPath%>/Ticket/Create.html">
<input type="hidden" name="new-MemberOf" value="<%$Ticket->Id%>">
<&|/l, $m->scomp('/Elements/SelectNewTicketQueue', Default => "<%$Ticket->QueueObj->Id%>" )&><input type="submit" value="New child in"> [_1]</&>
</FORM>
</td>
</tr>
<%ARGS>
$Ticket => undef
</%ARGS>
The problem is that I am trying to set the Default queue as being
the queue of the Ticket, but it doesn't work. The first queue in
the list is selected.
Any ideas?
Thanks!
-Todd
More information about the rt-users
mailing list