[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.4-401-g0605d7a666
? sunnavy
sunnavy at bestpractical.com
Thu Apr 29 09:26:04 EDT 2021
The branch, 4.4-trunk has been updated
via 0605d7a6667124bf2f86b558daad24c4639e3319 (commit)
from d5d34d1160e8591452aa2b67e2ca276d54d8ef98 (commit)
Summary of changes:
share/html/Admin/Users/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 0605d7a6667124bf2f86b558daad24c4639e3319
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Apr 29 13:34:26 2021 +0800
Remember IncludeSystemGroups value on page navigation
diff --git a/share/html/Admin/Users/index.html b/share/html/Admin/Users/index.html
index 5aa84be490..a5e7e4c9f5 100644
--- a/share/html/Admin/Users/index.html
+++ b/share/html/Admin/Users/index.html
@@ -131,7 +131,7 @@ my %collection_list_args = (
Format => $Format,
Collection => $users,
AllowSorting => 1,
- PassArguments => [qw(Format Rows Page Order OrderBy UserString UserOp UserField UserString2 UserOp2 UserField2 UserString3 UserOp3 UserField3 IdLike EmailLike FindDisabledUsers)],
+ PassArguments => [qw(Format Rows Page Order OrderBy UserString UserOp UserField UserString2 UserOp2 UserField2 UserString3 UserOp3 UserField3 IdLike EmailLike FindDisabledUsers IncludeSystemGroups)],
);
</%perl>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list