[Rt-commit] rt branch, 4.2/bug-fix-scrips-pagination, created. rt-4.2.15beta1-2-ga794ed3f7

Maureen Mirville maureen at bestpractical.com
Tue May 29 17:07:34 EDT 2018


The branch, 4.2/bug-fix-scrips-pagination has been created
        at  a794ed3f746281c386e3ee57a4fa6b1a64976ded (commit)

- Log -----------------------------------------------------------------
commit a794ed3f746281c386e3ee57a4fa6b1a64976ded
Author: Maureen E. Mirville <maureen at bestpractical.com>
Date:   Fri May 25 16:00:33 2018 -0400

    Fix bug on /Admin/Scrips pagination
    
    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