Files
probo/apps/console
Aurélien Sibiril 7143944fba Use @deleteRecord on SCIM disconnect mutation
The custom updater on the SCIM disconnect mutation ran on every
response and nulled organization.scimConfiguration in the Relay store
-- including on error responses, which flipped the UI to the
"disconnected" state even when the backend had actually rejected the
delete.

Replace the updater with a @deleteRecord directive on the returned
deletedScimConfigurationId, matching the pattern already used in
SCIMConfiguration.tsx. @deleteRecord is a no-op when the returned id
is null, so error responses no longer produce a false-positive UI
update.

Signed-off-by: Aurélien Sibiril <81782+aureliensibiril@users.noreply.github.com>
2026-04-16 16:27:30 +02:00
..
2026-02-05 15:03:07 +01:00
2025-01-31 21:01:21 -08:00
2025-06-13 14:01:04 -07:00
2025-06-13 14:01:04 -07:00
2025-09-30 16:23:22 +02:00
2025-06-13 14:01:04 -07:00