[Rt-commit] rt branch, 4.2/bug-fix-scrips-pagination, created. rt-4.2.15beta1-2-g1b9569ee6
Maureen Mirville
maureen at bestpractical.com
Tue Jun 5 14:07:12 EDT 2018
The branch, 4.2/bug-fix-scrips-pagination has been created
at 1b9569ee6fe8b025dbcd708ccb902a64b9e16d46 (commit)
- Log -----------------------------------------------------------------
commit 1b9569ee6fe8b025dbcd708ccb902a64b9e16d46
Author: Maureen E. Mirville <maureen at bestpractical.com>
Date: Fri May 25 16:00:33 2018 -0400
Retain scrip sort order in pagination links
When a user sets the sort order on the Scrips page, clicking on
the next page of scrips would reset the sort order to its default.
This fix allows the sort order to persist from one page to the
next.
Fixes: I#32958
diff --git a/share/html/Admin/Scrips/index.html b/share/html/Admin/Scrips/index.html
index e17dcf918..32ec34923 100644
--- a/share/html/Admin/Scrips/index.html
+++ b/share/html/Admin/Scrips/index.html
@@ -66,7 +66,10 @@
AllowSorting => 1,
PassArguments => [qw(
FindDisabledScrips
- )],
+ Page
+ Order
+ OrderBy
+ )],
&>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list