There is an issue (race condition?) where the info panel links are generated in https://github.com/ome/omero-figure/blob/9cc36cde05bde4def7b62b07c2e9ae5f66712e96/src/js/views/info_panel_view.js#L179 before the entries in `OPEN_WITH` are initialized, in particular before they call `setOpenWithUrlProvider` at https://github.com/ome/omero-figure/blob/9cc36cde05bde4def7b62b07c2e9ae5f66712e96/src/js/views/util.js#L159. This causes the entry's `getUrl` to be still undefined, so an invalid link is generated. Possibly related or impacted by #425