mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
In open_edit_form, we had an initialization order bug where we called set_up_external_account_field_edit_form, which clears the field name field if the external account is of the "custom" type, after populating the initial values for edit form. This resulted in these fields being displayed as empty in the UI for this field type. Fix the issue by reordering the initialization. Fixes: #21262.
17 KiB
17 KiB