Skip to content

Commit d03f7cc

Browse files
HOCS-6936: Add new BF region (#1025)
1 parent 06c4823 commit d03f7cc

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

src/main/resources/config/details/stages/BF.json

+4
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,10 @@
280280
"conditionPropertyName" : "Region",
281281
"conditionPropertyValue" : "OpsLogistics"
282282
}, {
283+
"choices": "S_BF_BUS_AREA_SBOC",
284+
"conditionPropertyName": "Region",
285+
"conditionPropertyValue": "SmallBoatsOperationalCommand"
286+
},{
283287
"choices" : "S_BF_BUS_AREA_WARNING_INDEX_COMPLAINTS",
284288
"conditionPropertyName" : "Region",
285289
"conditionPropertyValue" : "WarningIndexComplaints"

src/main/resources/config/details/stages/BF2.json

+5
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@
214214
"conditionPropertyName": "Region",
215215
"conditionPropertyValue": "OpsLogistics"
216216
},
217+
{
218+
"choices": "S_BF_BUS_AREA_SBOC",
219+
"conditionPropertyName": "Region",
220+
"conditionPropertyValue": "SmallBoatsOperationalCommand"
221+
},
217222
{
218223
"choices": "S_BF_BUS_AREA_WARNING_INDEX_COMPLAINTS",
219224
"conditionPropertyName": "Region",

src/main/resources/config/summary/BF.json

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
"conditionPropertyName": "Region",
7272
"conditionPropertyValue": "OpsLogistics"
7373
},
74+
{
75+
"choices": "S_BF_BUS_AREA_SBOC",
76+
"conditionPropertyName": "Region",
77+
"conditionPropertyValue": "SmallBoatsOperationalCommand"
78+
},
7479
{
7580
"choices": "S_BF_BUS_AREA_WARNING_INDEX_COMPLAINTS",
7681
"conditionPropertyName": "Region",

src/main/resources/config/summary/BF2.json

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
"conditionPropertyName": "Region",
5454
"conditionPropertyValue": "OpsLogistics"
5555
},
56+
{
57+
"choices": "S_BF_BUS_AREA_SBOC",
58+
"conditionPropertyName": "Region",
59+
"conditionPropertyValue": "SmallBoatsOperationalCommand"
60+
},
5661
{
5762
"choices": "S_BF_BUS_AREA_WARNING_INDEX_COMPLAINTS",
5863
"conditionPropertyName": "Region",

0 commit comments

Comments
 (0)