[Rt-commit] rt branch, 4.4/fix-new-ticket-in-autosubmit, created. rt-4.4.0-53-gb4376ac
Dustin Graves
dustin at bestpractical.com
Thu Feb 25 19:16:34 EST 2016
The branch, 4.4/fix-new-ticket-in-autosubmit has been created
at b4376acad12b7cb4045cd4952912ca1f1d0ff3c0 (commit)
- Log -----------------------------------------------------------------
commit b4376acad12b7cb4045cd4952912ca1f1d0ff3c0
Author: Dustin Graves <dustin at bestpractical.com>
Date: Fri Feb 26 00:15:09 2016 +0000
fix 'new ticket in' autosubmit functionality
this fixes a regression introduced in ca981443 with a quoting conflict
Fixes: I#31741
diff --git a/share/html/Elements/SelectQueue b/share/html/Elements/SelectQueue
index c26ff04..a0d6197 100644
--- a/share/html/Elements/SelectQueue
+++ b/share/html/Elements/SelectQueue
@@ -62,5 +62,5 @@ $ShowAllQueues => 1
$AutoSubmit => 0
</%args>
<%init>
-$ARGS{OnChange} = 'jQuery(this).closest("form").submit();' if $AutoSubmit;
+$ARGS{OnChange} = "jQuery(this).closest('form').submit();" if $AutoSubmit;
</%init>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list