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
This commit is contained in:
parent
bef5eeda93
commit
84dfbf0b08
|
@ -86,6 +86,7 @@ class NavigationController extends Controller
|
||||||
$this->setupSortControl(
|
$this->setupSortControl(
|
||||||
array(
|
array(
|
||||||
'type' => $this->translate('Type'),
|
'type' => $this->translate('Type'),
|
||||||
|
'owner' => $this->translate('Shared'),
|
||||||
'name' => $this->translate('Shared Navigation')
|
'name' => $this->translate('Shared Navigation')
|
||||||
),
|
),
|
||||||
$query
|
$query
|
||||||
|
|
Loading…
Reference in New Issue