urls: Remove legacy URL for left_side_userlist and move over to REST PATCH endpoint

This commit is contained in:
Sampriti Panda
2016-12-24 16:14:41 +05:30
committed by showell
parent acb02cbdd3
commit 87e7dc6799
4 changed files with 10 additions and 21 deletions

View File

@@ -408,7 +408,7 @@ function _setup_page() {
}
channel.patch({
url: '/json/left_side_userlist',
url: '/json/settings/display',
data: data,
success: function () {
ui.report_success(i18n.t("User list will appear on the __side__ hand side! You will need to reload the window for your changes to take effect.", context),