Files
zulip/static/js
Shubham Dhama b580c62bd4 settings: Fix exception on updating bot_creation_policy.
This initializes the bot_creation_policy_values after the page
is loaded.

Previously we initialize these values in `settings.js` when settings page
is loaded at least once, so if we open two tabs, one(1) in which we
haven't opened the settings page yet and if in another tab (2) we
update the `bot_creation_policy` value, then because of the event
which calls `settings_bots.update_bot_permissions_ui` causes exception
in (1) because `bot_creation_policy_values` isn't initialized yet.

Fixes: #8852.
2018-03-29 08:03:42 -07:00
..
2017-08-22 09:37:17 -07:00
2018-03-26 06:44:19 -04:00
2017-08-14 13:03:57 -07:00
2018-03-05 10:42:38 -08:00
2018-03-07 15:53:11 -08:00