Remove Alertify dialog from Grant Wizard, Import/Export Servers and Cloud.

This commit is contained in:
Akshay Joshi
2022-07-28 10:14:04 +05:30
parent 81f52a82c8
commit 81b0d1138b
17 changed files with 90 additions and 614 deletions

View File

@@ -90,14 +90,14 @@ define('tools.restore', [
pgBrowser
);
},
saveCallBack: function(data, dialog) {
saveCallBack: function(data) {
if(data.errormsg) {
Notify.alert(
gettext('Error'),
gettext(data.errormsg)
);
} else {
pgBrowser.Events.trigger('pgadmin-bgprocess:created', dialog);
pgBrowser.Events.trigger('pgadmin-bgprocess:created');
}
},
setExtraParameters: function(treeInfo, nodeData) {