[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.2-28-gcfe20af

Shawn Moore shawn at bestpractical.com
Wed Aug 16 16:16:27 EDT 2017


The branch, 4.4-trunk has been updated
       via  cfe20af20d93be5a6ba024fc556dcc7b958ff0cb (commit)
       via  4ce55ae9b00cbfee3dfd0c2e2499d11db0073b36 (commit)
      from  432a2577a5a464a9610ff81cd5869b1efd848e7b (commit)

Summary of changes:
 share/html/Elements/ShowLinks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 4ce55ae9b00cbfee3dfd0c2e2499d11db0073b36
Author: Maureen E. Mirville <maureen at bestpractical.com>
Date:   Fri Jul 28 16:58:05 2017 -0400

    Respect default queue for create linked tickets
    
    Queue dropdown under "Create [link relationship] Ticket in [queue]"
    now matches default queue preference. The ShowNullOption parameter
    is no longer needed as SelectNewTicketQueue provides it.
    
    Fixes: I#32884

diff --git a/share/html/Elements/ShowLinks b/share/html/Elements/ShowLinks
index d7f6577..aa38260 100644
--- a/share/html/Elements/ShowLinks
+++ b/share/html/Elements/ShowLinks
@@ -79,7 +79,7 @@
       <option value="new-RefersTo"><% loc('Referred to by') %></option>
     </select>
     <&|/l&>Ticket in</&>
-    <& /Elements/SelectQueue, ShowNullOption => 0, Name => 'CloneQueue' &>
+    <& /Elements/SelectNewTicketQueue, Name => 'CloneQueue' &>
   </form>
 % }
 <%INIT>

commit cfe20af20d93be5a6ba024fc556dcc7b958ff0cb
Merge: 432a257 4ce55ae
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Wed Aug 16 16:16:22 2017 -0400

    Merge branch '4.4/default-queue-linkedticket' into 4.4-trunk


-----------------------------------------------------------------------


More information about the rt-commit mailing list