org settings: Change message_edit settings to dropdown.

This coverts the "checkbox" for `realm_allow_message_editing`  and
"input" for `realm_message_content_edit_limit_seconds` into a
dropdown with the option for custom time limit option.
This commit is contained in:
Shubham Dhama
2018-04-02 14:48:40 +05:30
committed by Tim Abbott
parent 8e38b8462b
commit f19b0b3254
7 changed files with 181 additions and 153 deletions

View File

@@ -18,6 +18,7 @@ function _initialize() {
};
settings_bots.setup_bot_creation_policy_values();
settings_org.setup_msg_edit_limit_dropdown_values();
}
exports.initialize = function () {