* Importexport: Fix import through dialog fails

This commit is contained in:
nathan 2024-01-04 10:19:00 -07:00
parent 014753372b
commit 5bd2f3d45c

View File

@ -152,14 +152,9 @@ use EGroupware\Api\Etemplate;
// Set up feedback area
$this->feedback($template, $content['definition'] . ': ' . $content['file']['name']);
// 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);
// Don't close progress, leave it open so they can see
//static::sendUpdate(null);
}