Skip to content

Commit

Permalink
fix(cataloging-bulkchanges): default to match subtypes
Browse files Browse the repository at this point in the history
  • Loading branch information
lrosenstrom committed Oct 24, 2024
1 parent eaa296d commit 9490644
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions cataloging/src/resources/json/combinedTemplates.json
Original file line number Diff line number Diff line change
Expand Up @@ -4212,7 +4212,8 @@
"bulkChangeSpecification": {
"@type": "FormSpecification",
"matchForm": {
"@type": "Instance"
"@type": "Instance",
"_match": ["Subtypes"]
},
"targetForm": {
"@type": "Instance"
Expand Down Expand Up @@ -4244,7 +4245,8 @@
"bulkChangeSpecification": {
"@type": "FormSpecification",
"matchForm": {
"@type": "Work"
"@type": "Work",
"_match": ["Subtypes"]
},
"targetForm": {
"@type": "Work"
Expand Down Expand Up @@ -4276,7 +4278,8 @@
"bulkChangeSpecification": {
"@type": "FormSpecification",
"matchForm": {
"@type": "Agent"
"@type": "Agent",
"_match": ["Subtypes"]
},
"targetForm": {
"@type": "Agent"
Expand Down Expand Up @@ -4308,7 +4311,8 @@
"bulkChangeSpecification": {
"@type": "FormSpecification",
"matchForm": {
"@type": "Concept"
"@type": "Concept",
"_match": ["Subtypes"]
},
"targetForm": {
"@type": "Concept"
Expand Down Expand Up @@ -4340,7 +4344,8 @@
"bulkChangeSpecification": {
"@type": "FormSpecification",
"matchForm": {
"@type": "Item"
"@type": "Item",
"_match": ["Subtypes"]
},
"targetForm": {
"@type": "Item"
Expand Down Expand Up @@ -4372,7 +4377,8 @@
"bulkChangeSpecification": {
"@type": "FormSpecification",
"matchForm": {
"@type": "Resource"
"@type": "Resource",
"_match": ["Subtypes"]
},
"targetForm": {
"@type": "Resource"
Expand Down

0 comments on commit 9490644

Please sign in to comment.