Skip to content
Snippets Groups Projects
Commit 782ee1d6 authored by juanf's avatar juanf
Browse files

SSDM-12698 : bugfix, remove view reload before application reload

parent 8217afa4
No related branches found
Tags pybis-1.8.4
1 merge request!5420.10.10.1
......@@ -76,7 +76,6 @@ function SettingsFormController(mainController, settingsSample, mode) {
var _this = this;
var onSave = function() {
_this._settingsManager.validateAndsave(_this._settingsFormModel.settingsSample, settings, (function() {
_this._mainController.changeView("showSettingsPage", _this._settingsFormModel.settingsSample.identifier);
alert("Application will reload to apply the new settings");
window.location.reload();
}));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment