Files
zulip/web/templates/settings/admin_tab.hbs
Sahil Batra 3d181a8ee1 settings: Remove "User groups" panel from settings overlay.
The "User groups" panel is now removed from settings overlay
and we instead use new "#groups" UI.

This commit also makes some changes to tests to ensure coverage
for pill_typeahead.js which was previously done by
settings_user_group_legacy.test.js. We have still not got
complete coverage on user_pill.ts as we have removed
settings_user_group_legacy.test.js, but we just add the file
to EXEMPT_FILS list for now and will handle it in future.

Fixes #28012.
2023-12-07 06:35:38 -08:00

35 lines
615 B
Handlebars

<div class="alert" id="organization-status"></div>
<div id="revoke_invite_modal_holder"></div>
{{> admin_settings_modals}}
{{> organization_profile_admin }}
{{> organization_settings_admin }}
{{> organization_permissions_admin }}
{{> organization_user_settings_defaults }}
{{> emoji_settings_admin }}
{{> user_list_admin }}
{{> deactivated_users_admin }}
{{> bot_list_admin }}
{{> default_streams_list_admin }}
{{> auth_methods_settings_admin }}
{{> linkifier_settings_admin }}
{{> playground_settings_admin }}
{{> invites_list_admin }}
{{> profile_field_settings_admin }}
{{> data_exports_admin }}