-
Notifications
You must be signed in to change notification settings - Fork 282
Closed
Copy link
Labels
area/authenticationAffects user authentication or authorizationAffects user authentication or authorizationarea/configurationAffects the configurationAffects the configuration
Milestone
Description
Describe the bug
A user who has only the theme mode selection available, can choose whatever they like but storing it has no effect.
To Reproduce
- Go the general application configuration
- Prohibit changing the theme, globally
- Choose the Icinga default theme as default
- Save
- Go to the preferences
- Switch to another theme mode
- Save
- Notice that the mode change has no effect
Expected behavior
The user should be able to change the theme mode.
Your Environment
- Icinga Web 2 version and modules (System - About): latest
Additional context
This is related to #5265, somewhat. Here, also the businessprocess module is the culprit. Enabling it, solves this issue. Having it disabled, authentication has not been performed at the stage the theme mode is evaluated, while theme selection has been disabled. (Which, if enabled, would also trigger authentication in time.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/authenticationAffects user authentication or authorizationAffects user authentication or authorizationarea/configurationAffects the configurationAffects the configuration