Files
zitadel/e2e
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
..
2023-01-25 13:08:01 +00:00
2025-08-08 16:05:53 +02:00
2025-08-08 16:05:53 +02:00
2025-08-08 16:05:53 +02:00

Run e2e Tests

docker compose run e2e

Cleanup e2e Tests

docker compose down