diff --git a/importexport/inc/class.importexport_import_ui.inc.php b/importexport/inc/class.importexport_import_ui.inc.php index 2698ac652e..0a687499c8 100644 --- a/importexport/inc/class.importexport_import_ui.inc.php +++ b/importexport/inc/class.importexport_import_ui.inc.php @@ -150,8 +150,13 @@ use EGroupware\Api\Etemplate; } else { + // Disable push so we don't overload or spend time notifying + EGroupware\Swoolepush\Hooks::pushDisabled(true); + importexport_helper_functions::$dry_run = false; $count = $plugin->import($file, $definition_obj); + + EGroupware\Swoolepush\Hooks::pushDisabled(false); // Close preview EGroupware\Api\Json\Response::get()->call('app.importexport.closePreview');