From 259b8d23198035d9bfdf9393e854edcfa92804da Mon Sep 17 00:00:00 2001 From: Jonathan Adeline Date: Wed, 22 Apr 2026 11:18:41 +0400 Subject: [PATCH] fix: prevent OIDC/SAML form crashes when editing a user source (#5242) --------- Co-authored-by: Jeremie Pardou <571533+jrmi@users.noreply.github.com> --- ...idc_saml_form_crashes_when_editing_a_user_source.json | 9 +++++++++ .../components/userSource/UpdateUserSourceForm.vue | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 changelog/entries/unreleased/bug/5226_prevent_oidc_saml_form_crashes_when_editing_a_user_source.json diff --git a/changelog/entries/unreleased/bug/5226_prevent_oidc_saml_form_crashes_when_editing_a_user_source.json b/changelog/entries/unreleased/bug/5226_prevent_oidc_saml_form_crashes_when_editing_a_user_source.json new file mode 100644 index 0000000000..25a3d9fcf6 --- /dev/null +++ b/changelog/entries/unreleased/bug/5226_prevent_oidc_saml_form_crashes_when_editing_a_user_source.json @@ -0,0 +1,9 @@ +{ + "type": "bug", + "message": "prevent OIDC/SAML form crashes when editing a user source in the application builder", + "issue_origin": "github", + "issue_number": 5226, + "domain": "builder", + "bullet_points": [], + "created_at": "2026-04-21" +} diff --git a/web-frontend/modules/builder/components/userSource/UpdateUserSourceForm.vue b/web-frontend/modules/builder/components/userSource/UpdateUserSourceForm.vue index f827435b02..a0405defea 100644 --- a/web-frontend/modules/builder/components/userSource/UpdateUserSourceForm.vue +++ b/web-frontend/modules/builder/components/userSource/UpdateUserSourceForm.vue @@ -77,7 +77,7 @@ >