Skip to content

BAAS-34841 #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"metadata": "/snippets/triggers/project/manifest.json"
}
],
"version": "783a865c20468d5ca200226c848f45d8fb7ea8a9"
"version": "f6cdf7da31b27ebd5213eb948a98e1506377dec9"
}
2 changes: 1 addition & 1 deletion snippets/triggers/match/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a081",
"title": "Update",
"snippet": "/update.json",
"description": "This trigger will only execute if the `storeLocation` array has changed to \"East Langley\" and the \"storeItems\" field has been removed."
"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\""
},
{
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a082",
Expand Down
3 changes: 2 additions & 1 deletion snippets/triggers/match/update.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"updateDescription.removedFields.0.0": "storeItems",
"updateDescription.updateFields.storeLocation.0.0": "East Langley"
"updateDescription.updatedFields.storeLocation.0.0": "East Langley",
"updateDescription.updatedFields.status": "updated"
}
2 changes: 1 addition & 1 deletion snippets/triggers/project/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationType": {
"$numberInt": "1"
},
"updateDescription.updateFields.storeLocation": {
"updateDescription.updatedFields.storeLocation": {
"$numberInt": "1"
}
}