mirror of https://github.com/zulip/zulip.git
03ec0e1f14
This commit fixes the live update of subscribers list on changing can_remove_subscribers_group setting. Previously, whole members panel, including the pill container to add subscriebrs, is re-rendered. But the click and input handlers for the add subscribers UI is not added again after re-rendering and thus they do not work. This commit updates the code to just re-render the subscribers list which is only needed to update the "Unsubscribe" button. |
||
---|---|---|
.. | ||
add_subscribers_form.hbs | ||
announce_stream_checkbox.hbs | ||
browse_streams_list.hbs | ||
browse_streams_list_item.hbs | ||
change_stream_info_modal.hbs | ||
confirm_stream_privacy_change_modal.hbs | ||
copy_email_address_modal.hbs | ||
first_stream_created_modal.hbs | ||
new_stream_user.hbs | ||
new_stream_users.hbs | ||
selected_stream_title.hbs | ||
stream_creation_form.hbs | ||
stream_description.hbs | ||
stream_member_list_entry.hbs | ||
stream_members.hbs | ||
stream_members_table.hbs | ||
stream_privacy_icon.hbs | ||
stream_settings.hbs | ||
stream_settings_checkbox.hbs | ||
stream_settings_overlay.hbs | ||
stream_settings_tip.hbs | ||
stream_subscription_request_result.hbs | ||
stream_types.hbs | ||
subscriber_count.hbs | ||
subscription_setting_icon.hbs |