[Rt-commit] rt branch, 4.6/create_ticket_link_in_menu, repushed

Aaron Trevena ast at bestpractical.com
Fri Feb 21 11:18:56 EST 2020


The branch 4.6/create_ticket_link_in_menu was deleted and repushed:
       was e2530cd9209349a5fae7fa891e52c80c2eb4a2f3
       now 1fdffd9a79616066f9bfeb99bccbf73830a318c2

1: e2530cd92 ! 1: ac07d7942 Add Create Ticket link in Menu
    @@ -32,12 +32,6 @@
      % $m->callback(CallbackName => 'InFormElement');
      >
      
    -@@
    - $IncludeExplanation => 0
    - $Hyperlink => undef
    - $ButtonOnly => undef
    -+$FormName => 'CreateTicketInQueue'
    - </%ARGS>
     
     diff --git a/share/html/Ticket/CreateInQueue.html b/share/html/Ticket/CreateInQueue.html
     new file mode 100644
    @@ -97,15 +91,3 @@
     +<& /Elements/Tabs &>
     +<& /Elements/CreateInQueue &>
     
    -diff --git a/share/static/js/util.js b/share/static/js/util.js
    ---- a/share/static/js/util.js
    -+++ b/share/static/js/util.js
    -@@
    -         return false;
    -     });
    - 
    --    jQuery(".ticket-create-modal").click(function(ev){
    -+    jQuery("#home-createticket,.ticket-create-modal").click(function(ev){
    -         ev.preventDefault();
    -         jQuery.get(
    -             RT.Config.WebHomePath + "/Helpers/CreateInQueue",
-:  ------- > 2: 1fdffd9a7 Add Create Ticket link in Menu updates



More information about the rt-commit mailing list