Controller: Re-add "view" as preserved column
We're still utilizing this in the dashboard..
This commit is contained in:
parent
ad5a43ce7b
commit
a662fc9af0
|
@ -203,6 +203,7 @@ class Controller extends ModuleActionController
|
|||
'sort', // setupSortControl()
|
||||
'dir', // setupSortControl()
|
||||
'backend', // Framework
|
||||
'view', // Framework
|
||||
'_dev' // Framework
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue