[Rt-commit] rt branch, 4.2/quickcreate-reload, repushed

Dustin Collins strega at bestpractical.com
Sun Sep 4 02:47:15 EDT 2016


The branch 4.2/quickcreate-reload was deleted and repushed:
       was 6b312aa3476ea80af45730a72eaff611cb6a3aad
       now aa328c92a4f89297fe4ab8d64ce6e8ec62e4ee8a

1:  6b312aa ! 1:  aa328c9 Use javascript to submit ticket QuickCreate form
    @@ -14,6 +14,7 @@
      </&>
      </div>
      
    ++% if ( RT->Config->Get('DisplayTicketAfterQuickCreate', $session{'CurrentUser'}) == 0 ) {
     +<script type="text/javascript">
     +    jQuery(function () {
     +        var $form = jQuery('form');
    @@ -25,6 +26,7 @@
     +        });
     +    });
     +</script>
    ++% }
     +
      <%INIT>
      my $args = delete $session{QuickCreate} || {};



More information about the rt-commit mailing list