Ensure that the false_destination field exists on the schedule type
All checks were successful
Generate and Release Protos / release (push) Successful in 49s
All checks were successful
Generate and Release Protos / release (push) Successful in 49s
This commit is contained in:
@@ -209,6 +209,11 @@
|
|||||||
"name": "avg_loading",
|
"name": "avg_loading",
|
||||||
"description": "Average loading at this location",
|
"description": "Average loading at this location",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"fd": {
|
||||||
|
"name": "false_destination",
|
||||||
|
"description": "The false destination should be shown in place of the destination on public views",
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user