Disable searching and sorting on any_template
Fixes #4441. Make the new template and old template columns visible and sort by them instead if you need to sort by that column.
This commit is contained in:
parent
029a299816
commit
e0e951dfcd
|
|
@ -21,6 +21,8 @@ columns:
|
|||
|
||||
any_template:
|
||||
label: cms::lang.theme_log.template
|
||||
searchable: false
|
||||
sortable: false
|
||||
|
||||
template:
|
||||
label: cms::lang.theme_log.new_template
|
||||
|
|
|
|||
Loading…
Reference in New Issue