Skip to content

Commit 046f554

Browse files
committed
Fix triggers
1 parent 0ab4521 commit 046f554

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Installation/Action/vrijbrp.createCaseNotification.action.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"title": "CreateCaseNotification",
33
"$id": "https://example.com/action/vrijbrp.createCaseNotification.action.json",
44
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"description": "This is an example Action. This action is triggered when commongateway.object.create event is thrown and the data (object) of the event has entity = https://example.com/schema/example.schema.json. In order for this condition to work the ref https://example.com/schema/example.schema.json has to be translated to an id, see installation.json['actions']['fixConfigRef'] for how to do this.",
77
"listens": [
8-
"commongateway.object.pre.create"
8+
"commongateway.object.post.create"
99
],
1010
"conditions":
1111
{

Installation/Action/vrijbrp.createStatusNotification.action.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"title": "CreateStatusNotification",
33
"$id": "https://example.com/action/vrijbrp.createStatusNotification.action.json",
44
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"description": "This is an example Action. This action is triggered when commongateway.object.create event is thrown and the data (object) of the event has entity = https://example.com/schema/example.schema.json. In order for this condition to work the ref https://example.com/schema/example.schema.json has to be translated to an id, see installation.json['actions']['fixConfigRef'] for how to do this.",
77
"listens": [
8-
"commongateway.object.pre.create"
8+
"commongateway.object.post.create"
99
],
1010
"conditions":
1111
{

0 commit comments

Comments
 (0)