mirror of https://github.com/zulip/zulip.git
8528914131
Previously, on receiving udpate event of realm-level default setting, we updated the whole page, but this might be problematic now in case where user has edited settings in two subsections with save/discard button still present and if user clicks on save button of one subsection then the setting in other subsection also resets to its original value as whole page is updated. So, this commit changes the behavior to only update the changed setting and not affecting other settings similar to what we do in 'Organization settings' and 'Organization permissions' sections. We also do not call 'settings_display.report_emojiset_change' when realm-level default of emojiset setting is updated because we now uses save/discard widget. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.gitignore |