Skip to content

Conversation

@Sztig
Copy link
Contributor

@Sztig Sztig commented Dec 2, 2025

🎫 Issue IBX-10756

Description:

All notifications page was always falling back to first backoffice langauge

ibexa:
    system:
        admin_group:
            languages: [eng-GB]

That was because AllNotificationsController was redirecting to NotificationsController through forward, that meant the request was being treated as a sub request and RequestLocaleListener would skip setting the locale on it (it only does it for master requests)

I have removed the controller since this forward was the only thing in that controller and moved the redirect to yaml configuration.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 2, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants