mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
settings: Remove extra dropdown for wildcard mention setting.
There are actually two dropdowns for wildcard mention setting, which would have been added mistakenly while changing the label and position during merging the original commit for adding this setting. This commit removes the extra dropdown dropdown in Other Permissions subsection and retains the one in Stream Permissions subsection.
This commit is contained in:
@@ -150,13 +150,6 @@
|
||||
{{> dropdown_options_widget option_values=private_message_policy_values}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="input-group">
|
||||
<label for="realm_wildcard_mention_policy" class="dropdown-title">{{t "Who can use wildcard mentions in large streams" }}</label>
|
||||
<select name="realm_wildcard_mention_policy" id="id_realm_wildcard_mention_policy" class="prop-element" data-setting-widget-type="number">
|
||||
{{> dropdown_options_widget option_values=wildcard_mention_policy_values}}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user