mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 06:51:14 +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
|
// Set up feedback area
|
||||||
$this->feedback($template, $content['definition'] . ': ' . $content['file']['name']);
|
$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;
|
importexport_helper_functions::$dry_run = false;
|
||||||
$count = $plugin->import($file, $definition_obj);
|
$count = $plugin->import($file, $definition_obj);
|
||||||
|
|
||||||
EGroupware\Swoolepush\Hooks::pushDisabled(false);
|
|
||||||
|
|
||||||
// Don't close progress, leave it open so they can see
|
// Don't close progress, leave it open so they can see
|
||||||
//static::sendUpdate(null);
|
//static::sendUpdate(null);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user