From e0e951dfcd4ee3b1b7b40546f7f4fe3d7dfb994e Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Tue, 9 Jul 2019 08:38:30 -0600 Subject: [PATCH] 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. --- modules/cms/models/themelog/columns.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/cms/models/themelog/columns.yaml b/modules/cms/models/themelog/columns.yaml index 966b5a0f8..26a4e2419 100644 --- a/modules/cms/models/themelog/columns.yaml +++ b/modules/cms/models/themelog/columns.yaml @@ -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