mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
custom profile fields: Rename "CHOICE" to "SELECT" in backend.
Rename the "CHOICE" field to "SELECT" in backend. This is done to improve readability as a prep for the upcoming "SELECT_MULTIPLE" field.
This commit is contained in:
@@ -607,7 +607,7 @@ class Command(BaseCommand):
|
||||
"emacs": {"text": "Emacs", "order": "2"},
|
||||
}
|
||||
favorite_editor = try_add_realm_custom_profile_field(
|
||||
zulip_realm, "Favorite editor", CustomProfileField.CHOICE, field_data=field_data
|
||||
zulip_realm, "Favorite editor", CustomProfileField.SELECT, field_data=field_data
|
||||
)
|
||||
birthday = try_add_realm_custom_profile_field(
|
||||
zulip_realm, "Birthday", CustomProfileField.DATE
|
||||
|
||||
Reference in New Issue
Block a user