Export données : no data erreur

This commit is contained in:
fredtempez 2019-01-24 09:31:19 +01:00
parent 6e0ef64f69
commit 06d9d055b4
1 changed files with 5 additions and 0 deletions

View File

@ -163,6 +163,11 @@ class form extends common {
'redirect' => helper::baseUrl() . $this->getUrl(0) .'/data',
'state' => true
]);
} else {
$this->addOutput([
'notification' => 'Aucune donnée à exporter',
'redirect' => helper::baseUrl() . $this->getUrl(0) .'/data'
]);
}
}