Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:atrocore/atrodam
Browse files Browse the repository at this point in the history
  • Loading branch information
rratsun committed Feb 23, 2023
2 parents 6b18239 + 0d3017a commit ba4d2c3
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions app/Resources/metadata/entityDefs/Asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"disableFormatting": false,
"audited": false,
"tooltip": false,
"importDisabled": true
"importDisabled": true,
"massUpdateDisabled": true
},
"width": {
"type": "int",
Expand All @@ -68,7 +69,8 @@
"disableFormatting": false,
"audited": false,
"tooltip": false,
"importDisabled": true
"importDisabled": true,
"massUpdateDisabled": true
},
"colorSpace": {
"type": "varchar",
Expand All @@ -77,7 +79,8 @@
"readOnly": true,
"audited": false,
"tooltip": false,
"importDisabled": true
"importDisabled": true,
"massUpdateDisabled": true
},
"colorDepth": {
"type": "varchar",
Expand All @@ -86,7 +89,8 @@
"readOnly": true,
"audited": false,
"tooltip": false,
"importDisabled": true
"importDisabled": true,
"massUpdateDisabled": true
},
"orientation": {
"type": "varchar",
Expand All @@ -95,7 +99,8 @@
"readOnly": true,
"audited": false,
"tooltip": false,
"importDisabled": true
"importDisabled": true,
"massUpdateDisabled": true
},
"isActive": {
"notNull": true,
Expand Down Expand Up @@ -174,22 +179,26 @@
"createdAt": {
"type": "datetime",
"readOnly": true,
"importDisabled": true
"importDisabled": true,
"massUpdateDisabled": true
},
"modifiedAt": {
"type": "datetime",
"readOnly": true,
"importDisabled": true
"importDisabled": true,
"massUpdateDisabled": true
},
"createdBy": {
"type": "link",
"readOnly": true,
"view": "views/fields/user"
"view": "views/fields/user",
"massUpdateDisabled": true
},
"modifiedBy": {
"type": "link",
"readOnly": true,
"view": "views/fields/user"
"view": "views/fields/user",
"massUpdateDisabled": true
},
"private": {
"notNull": true,
Expand Down Expand Up @@ -244,7 +253,8 @@
"audited": false,
"readOnly": true,
"tooltip": false,
"importDisabled": true
"importDisabled": true,
"massUpdateDisabled": true
},
"relatedAssets": {
"type": "linkMultiple",
Expand Down

0 comments on commit ba4d2c3

Please sign in to comment.