From 8bf943915ca9e450a583c443154c3cc480b3297c Mon Sep 17 00:00:00 2001 From: Kyle Hensel Date: Mon, 30 Dec 2024 22:31:26 +1300 Subject: [PATCH] add `allowDuplicates` to destination fields --- data/fields/destination.json | 1 + data/fields/destination/ref.json | 1 + data/fields/destination/ref_oneway.json | 1 + data/fields/destination/symbol.json | 3 ++- data/fields/destination/symbol_oneway.json | 1 + 5 files changed, 6 insertions(+), 1 deletion(-) diff --git a/data/fields/destination.json b/data/fields/destination.json index 1c6f850ad..de7b8bcd1 100644 --- a/data/fields/destination.json +++ b/data/fields/destination.json @@ -2,6 +2,7 @@ "key": "destination", "type": "semiCombo", "label": "Destinations", + "allowDuplicates": true, "snake_case": false, "caseSensitive": true } diff --git a/data/fields/destination/ref.json b/data/fields/destination/ref.json index 5abccf981..a23c564ba 100644 --- a/data/fields/destination/ref.json +++ b/data/fields/destination/ref.json @@ -2,6 +2,7 @@ "key": "destination:ref", "type": "semiCombo", "label": "Destination Road Numbers", + "allowDuplicates": true, "snake_case": false, "caseSensitive": true } diff --git a/data/fields/destination/ref_oneway.json b/data/fields/destination/ref_oneway.json index 31b1e9c5f..9ca276b54 100644 --- a/data/fields/destination/ref_oneway.json +++ b/data/fields/destination/ref_oneway.json @@ -6,6 +6,7 @@ "key": "oneway", "value": "yes" }, + "allowDuplicates": true, "snake_case": false, "caseSensitive": true } diff --git a/data/fields/destination/symbol.json b/data/fields/destination/symbol.json index 407a12136..1ad4d301e 100644 --- a/data/fields/destination/symbol.json +++ b/data/fields/destination/symbol.json @@ -1,5 +1,6 @@ { "key": "destination:symbol", "type": "semiCombo", - "label": "Destination Symbols" + "label": "Destination Symbols", + "allowDuplicates": true } diff --git a/data/fields/destination/symbol_oneway.json b/data/fields/destination/symbol_oneway.json index 2c1056426..faf3d330f 100644 --- a/data/fields/destination/symbol_oneway.json +++ b/data/fields/destination/symbol_oneway.json @@ -2,6 +2,7 @@ "key": "destination:symbol", "type": "semiCombo", "label": "{destination/symbol}", + "allowDuplicates": true, "prerequisiteTag": { "key": "oneway", "value": "yes"