Skip to content

fix: save button unavailable when checking Organization Owner#1523

Open
DanielPalafox wants to merge 1 commit into
mainfrom
PD-5923_Save-not-always-available-when-adding-new-users_Daniel-Palafox
Open

fix: save button unavailable when checking Organization Owner#1523
DanielPalafox wants to merge 1 commit into
mainfrom
PD-5923_Save-not-always-available-when-adding-new-users_Daniel-Palafox

Conversation

@DanielPalafox

Copy link
Copy Markdown
Member

Fix 1: Save button unavailable when checking "Organization Owner"

Fixed a bug in the validateOrgOwners() method where the isSaving flag was not being reset in all cases. When users checked the "Organization Owner" checkbox, isSaving was set to true, but if the organization (memberId) wasn't yet selected, the flag was never reset to false, leaving the Save button permanently disabled.

Solution: Added the finalize RxJS operator to ensure isSaving is always reset when the subscription completes, regardless of success or failure. Also added an else branch to handle the case when memberId is not set.

https://orcid.clickup.com/t/9014437828/PD-5923

@DanielPalafox
DanielPalafox requested a review from bobcaprice July 14, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant