Skip to content

Commit

Permalink
Removing value checking on vehicle type column, now it only checks if…
Browse files Browse the repository at this point in the history
… a value exists (#422)
  • Loading branch information
JulianForeman authored Dec 3, 2024
1 parent 169fdc2 commit 71f5c9a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions django/api/constants/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@
'Mainland/Southwest', 'Thompson/Okanagan', 'Kootenay', 'Across BC'
],
'Drive Type': ['BEV', 'FC', 'PHEV'],
'Vehicle Type': [
'On-Road', 'Loader', 'Excavator', 'Forklift', 'Outboard Motor',
'Tugboat', 'Passenger Ferry', 'Ice Resurfacer', 'Locomotive',
'Rail Maintenance', 'Rubber-tired Gantry Crane', 'Terminal/Yard truck',
'Aircraft', 'Jet Fuel Pumper', 'Train Mover'
],
'Project Type': [
'Procurement', 'New Design', 'Hybrid Retrofit', 'BEV Retrofit', 'H2 Retrofit'
]
Expand Down

0 comments on commit 71f5c9a

Please sign in to comment.