mirror of https://github.com/zulip/zulip.git
d1aefd4207
The stream creation form currently does not setup its own handler for displaying the "N:" input when ".stream_message_retention_setting" is changed. Prior to e793ef7f62d280300afeeab2f4a086e99858a5a9, this form would sometimes work as intended because stream_edit would set the handler on this dropdown, when it was opened. However, after that commit, this would simply never work. Hence, in this commit, we make changes so that stream_create correctly sets the handler on its dropdown. This causes us to repeat ourselves a little and as such is not the cleanest solution, but this might be the best we can do due to the complications of stream_edit opening a modal. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.gitignore |