From 82f5add373f4465aad5b5cc67b49d43272836ae3 Mon Sep 17 00:00:00 2001 From: Robert Swoboda <53216935+Gengar-i@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:34:59 +0200 Subject: [PATCH] IBX-6547: Made ibexa.user_settings.update exposed --- src/bundle/Resources/config/routing.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bundle/Resources/config/routing.yaml b/src/bundle/Resources/config/routing.yaml index 0bb27e7..3b9cd1b 100644 --- a/src/bundle/Resources/config/routing.yaml +++ b/src/bundle/Resources/config/routing.yaml @@ -75,6 +75,8 @@ ibexa.user_settings.update: _controller: 'Ibexa\Bundle\User\Controller\UserSettingsController::updateAction' requirements: identifier: .+ + options: + expose: true ibexa.user.default_profile_image.initials: path: /user/default_profile_image/initials.svg