From 11c8c52043db8e5641b507b79f35fcec1515d824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Parafi=C5=84ski?= Date: Thu, 1 Feb 2024 10:37:28 +0100 Subject: [PATCH] IBX-7278: Set proper route defaults values (#327) For more details see https://issues.ibexa.co/browse/IBX-7278 and https://github.com/ibexa/core/pull/327 --- src/bundle/Core/Resources/config/routing/internal.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bundle/Core/Resources/config/routing/internal.yml b/src/bundle/Core/Resources/config/routing/internal.yml index d4eb96603e..9cec7a542d 100644 --- a/src/bundle/Core/Resources/config/routing/internal.yml +++ b/src/bundle/Core/Resources/config/routing/internal.yml @@ -21,6 +21,8 @@ ibexa.content.view: ibexa.version.preview: path: /content/versionview/{contentId}/{versionNo}/{language}/site_access/{siteAccessName} controller: ibexa.controller.content.preview:previewContentAction + defaults: + siteAccessName: null methods: [GET] ibexa.content.preview.default: