Changed file attribute key name

This commit is contained in:
eldadfux
2019-11-17 20:48:25 +02:00
parent 374e0104b5
commit 943bc8a2b3
+3 -3
View File
@@ -994,7 +994,7 @@ $collections = [
],
[
'$collection' => Database::SYSTEM_COLLECTION_RULES,
'label' => 'Size Original',
'label' => 'Original Size',
'key' => 'sizeOriginal',
'type' => 'numeric',
'default' => 0,
@@ -1003,8 +1003,8 @@ $collections = [
],
[
'$collection' => Database::SYSTEM_COLLECTION_RULES,
'label' => 'Size Compressed',
'key' => 'sizeCompressed',
'label' => 'Actual Size',
'key' => 'sizeActual',
'type' => 'numeric',
'default' => 0,
'required' => true,