mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-22 23:46:44 +00:00
# Which Problems Are Solved
This PR fixes an issue where all features where patched, instead of a
single one. This led to instance overrides which were not intended.
With this change, an update is executed whenever a toggle is hit, only
containing the respective feature, not all.
# How the Problems Are Solved
The console application was overriding the feature settings as an entire
request. A toggle change is now only changing the desired and targeted
feature using partial patches.
# Additional Context
Closes #10459
---------
Co-authored-by: Elio Bischof <elio@zitadel.com>
(cherry picked from commit d8518d48f2)
# Conflicts:
# console/src/app/components/features/features.component.ts
# e2e/package.json
Run e2e Tests
docker compose run e2e
Cleanup e2e Tests
docker compose down