mirror of https://github.com/zulip/zulip.git
cd2c68c778
The "Stream settings" UI was always intended to be initialized in the "Subscribed" tab when opened not through navigation that explicitly aims to via "All streams". We had implemented that through how the UI is rendered as well as the internal state tracking variable `subscribed_only`, which was initialized to `true`. The bug was that we didn't reset that to `true` when re-opening "Stream settings" via a code path that calls `setup_page` (e.g. via the menus on the left sidebar). Ths fixes a bug where the stream-list in the stream settings would list all streams but would show the 'Subscribed' label after navigating to "All streams", closing "Manage streams", and then reopening it. Fixes #13297. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.gitignore | ||
favicon.ico |