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