minor bugfixes for data export / UI
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -132,7 +132,7 @@ class DataDump extends ApiCommand implements ResourceEntity
|
||||
// schedule export job
|
||||
Cronjob::inserttask(TaskId::CREATE_CUSTOMER_DATADUMP, $task_data);
|
||||
|
||||
$this->logger()->logAction($this->isAdmin() ? FroxlorLogger::ADM_ACTION : FroxlorLogger::USR_ACTION, LOG_NOTICE, "[API] added customer data-dump job for '" . $customer['loginname'] . "'. Target directory: " . $userpath);
|
||||
$this->logger()->logAction($this->isAdmin() ? FroxlorLogger::ADM_ACTION : FroxlorLogger::USR_ACTION, LOG_NOTICE, "[API] added customer data export job for '" . $customer['loginname'] . "'. Target directory: " . $userpath);
|
||||
return $this->response($task_data);
|
||||
}
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ return [
|
||||
'class' => 'btn-warning',
|
||||
'href' => [
|
||||
'section' => 'extras',
|
||||
'page' => 'backup',
|
||||
'page' => 'export',
|
||||
'action' => 'abort',
|
||||
'id' => ':id'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user