mirror of https://github.com/zulip/zulip.git
1292338537
Adds a drop-down menu for updating the organization type in the `organization_profile_admin` page. Implements front end for this setting to work / update like other organization profile, notification and permissions settings. One special note about this dropdown is that the listed options should change once an organization has successfully set a type other than 'unspecified' in the database. To accomplish this the initial settings overlay build checks the realm_org_type value in the page_params to select the correct options list, and when the dropdown value is reset, either for update events or for discarding changes, the page_params value is again used to check for whether the 'unspecified' value should be present as an option in the dropdown menu. Adds basic node test for the `server_events_dispatch`. Also adds a new help center documentation article for this organization setting that is linked to in the UI. Fixes #21692. |
||
---|---|---|
.. | ||
__init__.py | ||
curl_param_value_generators.py | ||
javascript_examples.js | ||
javascript_examples.py | ||
markdown_extension.py | ||
openapi.py | ||
python_examples.py | ||
test_curl_examples.py | ||
testing.yaml | ||
zulip.yaml |