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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user