Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dashboard not showing without re-logging in; fixes #25673
The `DashboardBean` is used on the main `index.xhtml` and therefore already loaded and initialized before the user logs in. This leads a non-initialized dashboard. This commit re-initializes the dashboard plugin, if it fails to initialize when a user is not logged in.
- Loading branch information