From 619651ca553d83d1df7eabd6f5405f94aad88a88 Mon Sep 17 00:00:00 2001 From: Alec Rippberger <127791530+alec-livefront@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:17:59 -0600 Subject: [PATCH] [PM-13818] Allow user to edit self-hosted url during registration (#11790) * Trigger self hosted settings dialog on select close * Simplify triggering self hosted env config dialog * Always emit selected value * Update variable naming of lastSelectedValue to userSelectedValue to better reflect purpose * Add comment for userSelectedValue variable * Remove userSelectedValue and simply emit a closed event * Remove passing selectedRegion in closed event --- .../registration-env-selector.component.html | 2 +- .../registration-env-selector.component.ts | 26 +++++++++++++------ .../src/select/select.component.html | 1 + .../components/src/select/select.component.ts | 8 ++++++ 4 files changed, 28 insertions(+), 9 deletions(-) diff --git a/libs/auth/src/angular/registration/registration-env-selector/registration-env-selector.component.html b/libs/auth/src/angular/registration/registration-env-selector/registration-env-selector.component.html index 5135fb61922..35bb4236c56 100644 --- a/libs/auth/src/angular/registration/registration-env-selector/registration-env-selector.component.html +++ b/libs/auth/src/angular/registration/registration-env-selector/registration-env-selector.component.html @@ -1,7 +1,7 @@