mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
We should uncheck the display_in_profile_summary checkbox in the custom field creation form if the checkbox is hidden, like for LONG_TEXT or USER type fields which are not allowed to be displayed in profile summary. This solves the bug where a user initially checks the display_in_profile_summary field and then changes the type to LONG_TEXT or USER where the checkbox is hidden but it still remains checked and thus the request to server is made with display_in_profile_summary=true for which server returns error. Fixes #23171.
28 KiB
28 KiB