<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">One possible adjustment is to try to make it obvious into which queue the new ticket will be placed.   We change the page title so that it is “Create a ticket in the QName Queue”.   Even though the drop down
 snaps back to the default, the user will see  “QName Queue” in about 4 places (including an <h1>, which is enough to reassure whoever is creating the ticket.   We do it via a simple callback:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">% cat local/html/Callbacks/jhb/Ticket/Create.html/Default
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><%init><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">#  When creating a ticket, display Queue Name in title<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">$$title = "Create a ticket in the " . $QueueObj->Name . " Queue";<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"></%init><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><%args><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">$QueueObj<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">$title<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"></%args><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">-- <o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Jim<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Raymond Corbett
<a href="mailto:[mailto:Raymond.Corbett@arcproductions.com]">[mailto:Raymond.Corbett@arcproductions.com]</a>
<br>
<b>Sent:</b> Tuesday, March 05, 2013 11:36 AM<br>
<b>To:</b> <a href="mailto:rt-users@lists.bestpractical.com">rt-users@lists.bestpractical.com</a><br>
<b>Subject:</b> [rt-users] (no subject)<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We are using RT 4.0.10    <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I wander if anyone else gets this behavior………  which confuses some of our users…….<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The Drop Down Selection menu beside the New ticket In widget button doesn’t maintain the selection.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">For example let’s say there are 6 queues there,  queue_1, queue_2 , queue_3 etc.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The user selects  queue_5 in the list.  The drop down displays this as the selection for about 2 seconds and then immediately defaults back to the first selection in the list.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The queue being submitted to is correct, but users are confused, because by the time they click on the New Ticket IN button, the selection form the pull down menu has already reverted back to the first entry in the list and they try to
 change it again and again. <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Also<o:p></o:p></p>
<p class="MsoNormal">I am wandering which file controls the size of the Pull Down Menu width.  Our Queue names are a bit long and some are similar.  So just hope to change the width of the field so that the Queue names are easier to read when the pull down
 is not accessed.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>