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 #127 from atrocore/i-d6560775bc4bb5a87
Browse files Browse the repository at this point in the history
.
  • Loading branch information
rratsun committed Dec 19, 2023
2 parents 8eb05d6 + 99ace99 commit abe86ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 44 deletions.
23 changes: 1 addition & 22 deletions app/Resources/metadata/entityDefs/Asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,22 +272,6 @@
"default": null,
"massUpdateDisabled": true,
"filterDisabled": true
},
"hierarchySortOrder": {
"type": "int",
"notStorable": true,
"relatingEntityField": [
"Asset"
],
"layoutListDisabled": true,
"layoutListSmallDisabled": true,
"layoutDetailDisabled": true,
"layoutDetailSmallDisabled": true,
"massUpdateDisabled": true,
"filterDisabled": true,
"importDisabled": true,
"exportDisabled": true,
"emHidden": true
}
},
"links": {
Expand Down Expand Up @@ -366,12 +350,7 @@
"midKeys": [
"entityId",
"parentId"
],
"additionalColumns": {
"hierarchySortOrder": {
"type": "int"
}
}
]
},
"parents": {
"type": "hasMany",
Expand Down
23 changes: 1 addition & 22 deletions app/Resources/metadata/entityDefs/AssetCategory.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,6 @@
"default": null,
"massUpdateDisabled": true,
"filterDisabled": true
},
"hierarchySortOrder": {
"type": "int",
"notStorable": true,
"relatingEntityField": [
"AssetCategory"
],
"layoutListDisabled": true,
"layoutListSmallDisabled": true,
"layoutDetailDisabled": true,
"layoutDetailSmallDisabled": true,
"massUpdateDisabled": true,
"filterDisabled": true,
"importDisabled": true,
"exportDisabled": true,
"emHidden": true
}
},
"links": {
Expand Down Expand Up @@ -105,12 +89,7 @@
"midKeys": [
"entityId",
"parentId"
],
"additionalColumns": {
"hierarchySortOrder": {
"type": "int"
}
}
]
},
"parents": {
"type": "hasMany",
Expand Down

0 comments on commit abe86ff

Please sign in to comment.