Skip to content

Commit 67d4e87

Browse files
authored
Merge pull request #596 from flaxandteal/fix/#2936-remove-irish-grid-ref
fix(assign-consultation-wf): removed irish grid reference from assign…
2 parents 3aef7db + f477358 commit 67d4e87

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

coral/plugins/assign-consultation-workflow.json

-12
Original file line numberDiff line numberDiff line change
@@ -251,18 +251,6 @@
251251
"componentName": "default-card",
252252
"uniqueInstanceName": "localities"
253253
},
254-
{
255-
"parameters": {
256-
"graphid": "8d41e49e-a250-11e9-9eab-00224800b26d",
257-
"resourceid": "['initial-step-step']['system-reference'][0]['resourceid']['resourceInstanceId']",
258-
"nodegroupid": "083e226c-ca61-11ee-afca-0242ac180006",
259-
"parenttileid": "['initial-step-step']['system-reference'][0]['resourceid']['locationData']",
260-
"semanticName": "Irish Grid Reference"
261-
},
262-
"tilesManaged": "one",
263-
"componentName": "fetch-latest-tile",
264-
"uniqueInstanceName": "irish-grid-reference"
265-
},
266254
{
267255
"parameters": {
268256
"graphid": "8d41e49e-a250-11e9-9eab-00224800b26d",

coral/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
pass
2323

2424
APP_NAME = 'coral'
25-
APP_VERSION = semantic_version.Version(major=7, minor=8, patch=30)
25+
APP_VERSION = semantic_version.Version(major=7, minor=8, patch=31)
2626

2727
GROUPINGS = {
2828
"groups": {

0 commit comments

Comments
 (0)