-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relations and services point to each other #144
Conversation
Converted to It looks like there are vehicle ids in the Gonna check next week. |
455d5c6
to
ea7f7c7
Compare
Moved vehicle-relation references to #146 since it needs a change in the multi-tour expansion location but the relation-service references are good to go. |
ea7f7c7
to
ef57b46
Compare
@senhalil are you talking about multitour expansion from multitrips.expand ? I think we talked about moving this expand within vrp.create but I can not find related comments. |
Yes, I was referring to Once that function is moved to the beginning of vrp.create -- before the "vrp.send"s -- we can go ahead with the other PR (#146) at the moment creation of relations poses problem because the vehicles "don't exist" from the point of view of base.rb. |
has_many
objects (e.g.vrp.services
,vrp.relations
,vehicle.rests
, etc.) returning a different empty array object with each call