Files
zitadel/console/src
Max Peintner bdc21a4ef9 fix(console): single feature patch (#10476)
# 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
2025-09-10 07:53:53 +02:00
..
2024-03-13 14:53:48 +00:00