From fd68bae0a773a1b1423a10ba93ee06d756aab07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20=C5=A0panja?= Date: Tue, 17 Nov 2020 08:01:45 +0100 Subject: [PATCH] NGSTACK-461: move match to the end of the rule block --- src/AppBundle/Resources/config/content_view.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/AppBundle/Resources/config/content_view.yml b/src/AppBundle/Resources/config/content_view.yml index e8d7c04c6..5985bda02 100644 --- a/src/AppBundle/Resources/config/content_view.yml +++ b/src/AppBundle/Resources/config/content_view.yml @@ -3,9 +3,7 @@ frontend_group: full: ng_category: template: "@ezdesign/content/full/ng_category.html.twig" - controller: "ngsite.controller.check_redirect" - match: - Identifier\ContentType: ng_category + controller: ngsite.controller.check_redirect queries: subtree: query_type: "SiteAPI:Location/Subtree" @@ -16,6 +14,8 @@ frontend_group: visible: true relative_depth: "@=content.getFieldValue('fetch_subtree').bool ? null : 1" sort: "@=location.innerLocation.getSortClauses()" + match: + Identifier\ContentType: ng_category ng_feedback_form: template: "@ezdesign/content/full/ng_feedback_form.html.twig" controller: "netgen_information_collection.controller:displayAndHandle" @@ -23,7 +23,7 @@ frontend_group: Identifier\ContentType: ng_feedback_form ng_landing_page: template: "@ezdesign/content/full/ng_landing_page.html.twig" - controller: "ngsite.controller.check_redirect" + controller: ngsite.controller.check_redirect match: Identifier\ContentType: ng_landing_page common: