[Rt-commit] rt branch, 4.4/update-owner-menu-on-quickcreate-queue-change, updated. rt-4.4.4-190-g778526730b
Dianne Skoll
dianne at bestpractical.com
Thu Dec 10 16:14:23 EST 2020
The branch, 4.4/update-owner-menu-on-quickcreate-queue-change has been updated
via 778526730b9482c756b12a2788e553e17418304d (commit)
from 884cc22ce0c3e1ffc444301ed4137adb30d1cc2a (commit)
Summary of changes:
share/html/Helpers/QuickCreatePossibleOwners | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 778526730b9482c756b12a2788e553e17418304d
Author: Dianne Skoll <dianne at bestpractical.com>
Date: Thu Dec 10 16:13:46 2020 -0500
Make args to Helpers/QuickCreatePossibleOwners to avoid test failure in t/web/helpers-http-cache-headers.t
If we do not do this, then we get a warning which fails the test.
diff --git a/share/html/Helpers/QuickCreatePossibleOwners b/share/html/Helpers/QuickCreatePossibleOwners
index 5d66ff2c3c..bdff7994ec 100644
--- a/share/html/Helpers/QuickCreatePossibleOwners
+++ b/share/html/Helpers/QuickCreatePossibleOwners
@@ -57,12 +57,13 @@
%# 'Me' or 'Nobody', and is_selected is true if this should be the
%# currently-selected owner option.
-<%args>
-$queue_id
-$default_owner
-</%args>
+<%ARGS>
+$default_owner => -1
+$queue_id => -1
+</%ARGS>
<%init>
+
my @possibles;
# "Nobody" is always possible
-----------------------------------------------------------------------
More information about the rt-commit
mailing list