fix: Swap md5sum and fileStatus fields in CDokumente layout; update microtime values in config and state files

This commit is contained in:
2026-03-03 10:05:57 +01:00
parent 6696f3f3c2
commit 845a55d170
4 changed files with 7 additions and 7 deletions

View File

@@ -58,15 +58,15 @@
"rows": [
[
{
"name": "md5sum"
"name": "fileStatus"
},
{
"name": "sha256"
"name": "md5sum"
}
],
[
{
"name": "fileStatus"
"name": "sha256"
}
]
],

View File

@@ -153,7 +153,7 @@
"unchanged": "success"
},
"default": "new",
"readOnly": true,
"readOnly": false,
"tooltip": true,
"isCustom": true
}