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()
|
'sort', // setupSortControl()
|
||||||
'dir', // setupSortControl()
|
'dir', // setupSortControl()
|
||||||
'backend', // Framework
|
'backend', // Framework
|
||||||
|
'view', // Framework
|
||||||
'_dev' // Framework
|
'_dev' // Framework
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue