mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
PHRAS-4033 fix timeline history for writemetadata and subdefinition (#4491)
* fix timeline historic for writemetadata and subdefinition * fix alter table in log_docs
This commit is contained in:
@@ -295,7 +295,8 @@ class Session_Logger
|
||||
$comment = json_encode([
|
||||
'finished' => empty($finished) ? '' : $finished->format('Y-m-d H:i:s'),
|
||||
'duration' => empty($finished) ? '' : $finished->getTimestamp() - $workerRunningJob->getCreated()->getTimestamp() ,
|
||||
'status' => $status
|
||||
'status' => $status,
|
||||
'subdefName' => $subdefName
|
||||
]);
|
||||
|
||||
if ($count > 0) {
|
||||
|
Reference in New Issue
Block a user