The function startRouting was never called if there were zero collections or projects, because the backend would return empty arrays and the update event was never fired.
Closes #189. @jgonggrijp : can you verify that changing update to sync indeed has the desired effect?
The function
startRouting
was never called if there were zero collections or projects, because the backend would return empty arrays and theupdate
event was never fired.Closes #189. @jgonggrijp : can you verify that changing
update
tosync
indeed has the desired effect?