Skip to content

Commit 5ecb1bb

Browse files
authored
Merge to main for snippets change (#58)
1 parent 70fba87 commit 5ecb1bb

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"metadata": "/snippets/triggers/project/manifest.json"
2323
}
2424
],
25-
"version": "9e7de2eca038730a7ac56629d80c4dbb4e34e72d"
25+
"version": "2fd2d1123888a90bd8126ad8f5a73c93166d4717"
2626
}

snippets/triggers/match/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a081",
88
"title": "Update",
99
"snippet": "/update.json",
10-
"description": "This trigger will only execute if the `storeLocation` array has changed to \"East Langley\" and the \"storeItems\" field has been removed."
10+
"description": "This trigger will execute if the `storeLocation` array is updated to include \"East Langley\", the \"storeItems\" field has been removed, and the status field is updated to \"updated\""
1111
},
1212
{
1313
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a082",

snippets/triggers/match/update.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"updateDescription.removedFields.0.0": "storeItems",
3-
"updateDescription.updateFields.storeLocation.0.0": "East Langley"
3+
"updateDescription.updatedFields.storeLocation.0.0": "East Langley",
4+
"updateDescription.updatedFields.status": "updated"
45
}

snippets/triggers/project/update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"operationType": {
33
"$numberInt": "1"
44
},
5-
"updateDescription.updateFields.storeLocation": {
5+
"updateDescription.updatedFields.storeLocation": {
66
"$numberInt": "1"
77
}
88
}

0 commit comments

Comments
 (0)