From 84dfbf0b084176e472e316f0ba2d7b7ec3524637 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 18 Sep 2015 15:51:00 +0200 Subject: [PATCH] user navigation overview: Provide "owner" as sort column This is rather a quick&dirty solution than anything proper.. But it basically works and the only drawback is that ASC or DESC is dependent from the owner's name... refs #5600 --- application/controllers/NavigationController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/NavigationController.php b/application/controllers/NavigationController.php index 1716c98ef..cfd28cfba 100644 --- a/application/controllers/NavigationController.php +++ b/application/controllers/NavigationController.php @@ -86,6 +86,7 @@ class NavigationController extends Controller $this->setupSortControl( array( 'type' => $this->translate('Type'), + 'owner' => $this->translate('Shared'), 'name' => $this->translate('Shared Navigation') ), $query