You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we remove '123' from vehicle 0, the API does not error.
If I instead add a dummy skill '456' to vehicle 1, it again does not error either.
I want to be able to say jobs with no skills can be serviced by any vehicle with or without skills. So vehicle 1 or vehicle 0 can service jobs with no skills.
As a workaround I currently add a default skill to all vehicles and to those jobs that have no skills. This allows no skilled jobs to be serviced by any vehicle.
The text was updated successfully, but these errors were encountered:
Thanks for reporting, this was supposed to be enabled via #482 which introduced changes removing raising an error. But for some reason, the merge commit 1e32124 does not contain all changes. I guess there were conflicts and I messed things up.
I'll tag this as a regression though it's rather a feature-never-went-through problem and I'll cherry-pick the changes in a new branch.
Currently the API fails saying missing skills.
If we remove
'123'
fromvehicle 0
, the API does not error.If I instead add a dummy skill
'456'
tovehicle 1
, it again does not error either.I want to be able to say jobs with no skills can be serviced by any vehicle with or without skills. So vehicle 1 or vehicle 0 can service jobs with no skills.
As a workaround I currently add a default skill to all vehicles and to those jobs that have no skills. This allows no skilled jobs to be serviced by any vehicle.
The text was updated successfully, but these errors were encountered: