Actions: dotCMS/core
Actions
Showing runs from all workflows
2,500+ workflow runs
2,500+ workflow runs
GlobalStore load the current site and user **reactively from the
authentication state** instead of a one-shot load at app bootstrap.
Fixes #36189
## Why
GlobalStore (providedIn: 'root') is instantiated at app bootstrap
via provideAppInitializer (DotAppLifecycleEffect injects it) —
**before the session cookie is valid** (e.g. while on the login page).
Its feature onInit hooks ran a one-shot load
(`wit...
-2 Merge Group Check
#3158:
Merge group checks requested