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

@@ -205,7 +205,7 @@ define('pgadmin.node.mview', [
if (refreshed_res.data && refreshed_res.data.status) {
//Do nothing as we are creating the job and exiting from the main dialog
Notify.success(refreshed_res.data.info);
pgBrowser.Events.trigger('pgadmin-bgprocess:created', obj);
pgBrowser.Events.trigger('pgadmin-bgprocess:created');
} else {
Notify.alert(
gettext('Failed to create materialized view refresh job.'),