Controller: Re-add "view" as preserved column

We're still utilizing this in the dashboard..
This commit is contained in:
Johannes Meyer 2015-11-10 16:08:02 +01:00
parent ad5a43ce7b
commit a662fc9af0
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ class Controller extends ModuleActionController
'sort', // setupSortControl() 'sort', // setupSortControl()
'dir', // setupSortControl() 'dir', // setupSortControl()
'backend', // Framework 'backend', // Framework
'view', // Framework
'_dev' // Framework '_dev' // Framework
); );