mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
custom_profile_field: Add "Pronouns" custom field type.
This commit adds "Pronouns" custom profile field type. We also add "Pronouns" type field in the development environment
This commit is contained in:
@@ -417,7 +417,7 @@ def get_realm_profile_fields(client: Client) -> None:
|
||||
def reorder_realm_profile_fields(client: Client) -> None:
|
||||
# {code_example|start}
|
||||
# Reorder the custom profile fields in the user's organization.
|
||||
order = [8, 7, 6, 5, 4, 3, 2, 1]
|
||||
order = [9, 8, 7, 6, 5, 4, 3, 2, 1]
|
||||
request = {"order": json.dumps(order)}
|
||||
|
||||
result = client.call_endpoint(url="/realm/profile_fields", method="PATCH", request=request)
|
||||
|
||||
Reference in New Issue
Block a user