fix: Swap md5sum and fileStatus fields in CDokumente layout; update microtime values in config and state files
This commit is contained in:
@@ -58,15 +58,15 @@
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"name": "md5sum"
|
||||
"name": "fileStatus"
|
||||
},
|
||||
{
|
||||
"name": "sha256"
|
||||
"name": "md5sum"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "fileStatus"
|
||||
"name": "sha256"
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
"unchanged": "success"
|
||||
},
|
||||
"default": "new",
|
||||
"readOnly": true,
|
||||
"readOnly": false,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user