mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove Alertify dialog from Grant Wizard, Import/Export Servers and Cloud.
This commit is contained in:
@@ -174,14 +174,14 @@ define([
|
||||
var extraData = this.setExtraParameters(typeOfDialog);
|
||||
this.showBackupDialog(schema, treeItem, j, data, panel, typeOfDialog, serverIdentifier, extraData);
|
||||
},
|
||||
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');
|
||||
}
|
||||
},
|
||||
url_for_utility_exists(id, params){
|
||||
|
||||
Reference in New Issue
Block a user