diff --git a/core/modules/comment/config/optional/views.view.comment.yml b/core/modules/comment/config/optional/views.view.comment.yml index 5ce2d56..c655bf3 100644 --- a/core/modules/comment/config/optional/views.view.comment.yml +++ b/core/modules/comment/config/optional/views.view.comment.yml @@ -8,7 +8,7 @@ id: comment label: Comments module: comment description: 'Find and manage comments.' -tag: '' +tag: default base_table: comment_field_data base_field: cid core: 8.x @@ -24,7 +24,8 @@ display: options: perm: 'administer comments' cache: - type: none + type: tag + options: { } query: type: views_query options: @@ -569,6 +570,7 @@ display: - 'url.query_args.pagers:0' - 'url.query_args:order' - 'url.query_args:sort' + - user.permissions cacheable: false page_1: display_plugin: page @@ -596,6 +598,7 @@ display: - 'url.query_args.pagers:0' - 'url.query_args:order' - 'url.query_args:sort' + - user.permissions cacheable: false page_2: display_plugin: page @@ -1019,4 +1022,5 @@ display: - 'url.query_args.pagers:0' - 'url.query_args:order' - 'url.query_args:sort' + - user.permissions cacheable: false