[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.1-548-g4bcf974e15
? sunnavy
sunnavy at bestpractical.com
Mon Jun 28 09:57:46 EDT 2021
The branch, 5.0-trunk has been updated
via 4bcf974e152336a9c997e4d11c7f2b7ce3abb8fc (commit)
from bce6cea25f79aa0b600d6f2299638e48b0d7acdb (commit)
Summary of changes:
share/html/SelfService/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 4bcf974e152336a9c997e4d11c7f2b7ce3abb8fc
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Jun 28 21:26:22 2021 +0800
Pass all request arguments to /SelfService/Open.html
Otherwise the OrderBy behavior of ticket list header wouldn't work.
This issue was introduced when we added SelfServiceUseDashboard feature.
diff --git a/share/html/SelfService/index.html b/share/html/SelfService/index.html
index ed759cb909..91d231300e 100644
--- a/share/html/SelfService/index.html
+++ b/share/html/SelfService/index.html
@@ -70,7 +70,7 @@ if (RT->Config->Get('SelfServiceUseDashboard')) {
}
# Default to old-style "My Open Tickets"
-$m->comp('/SelfService/Open.html', Page => $Page);
+$m->comp('/SelfService/Open.html', %ARGS, Page => $Page);
</%INIT>
<%ARGS>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list