Skip to content

Commit

Permalink
add allowDuplicates to destination fields
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Dec 30, 2024
1 parent 9aeafb1 commit 8bf9439
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/fields/destination.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"key": "destination",
"type": "semiCombo",
"label": "Destinations",
"allowDuplicates": true,
"snake_case": false,
"caseSensitive": true
}
1 change: 1 addition & 0 deletions data/fields/destination/ref.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"key": "destination:ref",
"type": "semiCombo",
"label": "Destination Road Numbers",
"allowDuplicates": true,
"snake_case": false,
"caseSensitive": true
}
1 change: 1 addition & 0 deletions data/fields/destination/ref_oneway.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"key": "oneway",
"value": "yes"
},
"allowDuplicates": true,
"snake_case": false,
"caseSensitive": true
}
3 changes: 2 additions & 1 deletion data/fields/destination/symbol.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"key": "destination:symbol",
"type": "semiCombo",
"label": "Destination Symbols"
"label": "Destination Symbols",
"allowDuplicates": true
}
1 change: 1 addition & 0 deletions data/fields/destination/symbol_oneway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"key": "destination:symbol",
"type": "semiCombo",
"label": "{destination/symbol}",
"allowDuplicates": true,
"prerequisiteTag": {
"key": "oneway",
"value": "yes"
Expand Down

0 comments on commit 8bf9439

Please sign in to comment.