[Rt-commit] rt branch, 4.4/queue-include-article, updated. rt-4.4.2-62-g33862b2
Craig Kaiser
craig at bestpractical.com
Wed Jan 3 11:06:33 EST 2018
The branch, 4.4/queue-include-article has been updated
via 33862b2ec4f58e6ce3947066d8cb29917ff734e0 (commit)
from 84143cf6468f0ea6da4e290e9669dde568fbcaba (commit)
Summary of changes:
share/html/Admin/Queues/Modify.html | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 33862b2ec4f58e6ce3947066d8cb29917ff734e0
Author: Craig Kaiser <craig at bestpractical.com>
Date: Wed Jan 3 11:05:45 2018 -0500
Allow user to switch to no Article to be included
Need to have an option to set the value for the Article to include on
ticket create to null.
diff --git a/share/html/Admin/Queues/Modify.html b/share/html/Admin/Queues/Modify.html
index c26c74b..74b0feb 100644
--- a/share/html/Admin/Queues/Modify.html
+++ b/share/html/Admin/Queues/Modify.html
@@ -83,6 +83,7 @@
<td><&|/l&>Include Article:</&></td>
<td><select name="ArticleIncluded">
<option value="<% $ARGS{'ArticleInclduded'} || ($Create ? "" : $QueueObj->ArticleIncluded || '') %>"><% $ARGS{'ArticleIncluded'} || ($QueueObj->ArticleIncluded || '-') %></option>
+<option value="">-</option>
% while (my $article = $hotlist->Next) {
<option value="<% $article->Name %>"><% $article->Name %></option>
% }
-----------------------------------------------------------------------
More information about the rt-commit
mailing list