Implement syncing child's locations to that of parent.

This commit is contained in:
slid1amo2n3e4
2024-10-08 17:14:30 +02:00
committed by Matt Kilgore
parent 7d462a4dd3
commit 17e7e24070
16 changed files with 376 additions and 37 deletions

View File

@@ -2242,6 +2242,9 @@ const docTemplate = `{
"soldTo": {
"type": "string"
},
"syncChildItemsLocations": {
"type": "boolean"
},
"updatedAt": {
"type": "string"
},
@@ -2440,6 +2443,9 @@ const docTemplate = `{
"type": "string",
"maxLength": 255
},
"syncChildItemsLocations": {
"type": "boolean"
},
"warrantyDetails": {
"type": "string"
},