Skip to content

Commit 164f601

Browse files
authored
BAAS-34841 (#56)
1 parent b4ac5b2 commit 164f601

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": "783a865c20468d5ca200226c848f45d8fb7ea8a9"
25+
"version": "f6cdf7da31b27ebd5213eb948a98e1506377dec9"
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)