summaryrefslogtreecommitdiff
path: root/includes/controller/users_controller.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-07-25 18:54:53 +0200
committerGitHub <noreply@github.com>2019-07-25 18:54:53 +0200
commitf3468e38805263b3945ec202996a876fa0eebac2 (patch)
tree75659f0126d3e14e22dfbcf29ffed1633f7052bc /includes/controller/users_controller.php
parent54536d146c2684f8fba8dd4cc0fcec2d8aa745aa (diff)
parentaf580389c1971928394628176ff69eafdde91430 (diff)
Merge pull request #627 from MyIgel/users-sort-planned-dates
Users overview: Order by planned arrival/departure dates
Diffstat (limited to 'includes/controller/users_controller.php')
-rw-r--r--includes/controller/users_controller.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/controller/users_controller.php b/includes/controller/users_controller.php
index 214998dc..892089e7 100644
--- a/includes/controller/users_controller.php
+++ b/includes/controller/users_controller.php
@@ -277,6 +277,8 @@ function users_list_controller()
'active',
'force_active',
'got_shirt',
+ 'planned_arrival_date',
+ 'planned_departure_date',
'last_login_at',
])) {
$order_by = $request->input('OrderBy');