UUDigitalHumanitieslab / EDPOP

A virtual research environment (VRE) that lets you collect, align and annotate bibliographical and biographical records from several online catalogs.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Build the interface on sync, not on update #192

Closed tijmenbaarda closed 1 month ago

tijmenbaarda commented 1 month ago

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?