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

Commit

Permalink
Merge pull request #97 from atrocore/i-63ef42c56070f5407
Browse files Browse the repository at this point in the history
removed those fields that should not be displayed in massupdate
  • Loading branch information
rratsun authored Feb 21, 2023
2 parents ca7f6c1 + 5b7ccbe commit 0d3017a
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 0d3017a

Please sign in to comment.