fix: Update fileStatus to 'synced' in CDokumente hooks and translations; adjust microtime and cacheTimestamp in config and state files

This commit is contained in:
2026-03-08 21:56:00 +01:00
parent 1b904eb15f
commit 53dd8f33d4
6 changed files with 10 additions and 10 deletions

View File

@@ -53,7 +53,7 @@ class CDokumente extends \Espo\Core\Hooks\Base
if ($oldMd5 !== $newMd5 || $oldSha256 !== $newSha256) {
$entity->set('fileStatus', 'changed');
} else {
$entity->set('fileStatus', 'unchanged');
$entity->set('fileStatus', 'synced');
}
}
}