Closed chrisarusso closed 9 years ago
Now we want to keep routes so that riders know who their route is, but we should think about route vs. collection day and probably get rid of one on the user object
Query run to update Draggableviews new args to match old arg-less order:
update draggableviews_structure ds1, draggableviews_structure ds2 set ds2.weight = ds1.weight where ds2.args = '{"field_route_target_id":"All"}' AND ds1.entity_id = ds2.entity_id AND ds1.args = '[]'
Or at least handle the error of skip day and how it should work based on the new day setting we have vs. the route setting.