mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 03:50:13 +01:00
* Importexport: Fix import through dialog fails
This commit is contained in:
parent
014753372b
commit
5bd2f3d45c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user