Skip to content

"Open With" links in info panel are generated before entries are fully initialized #632

@knabar

Description

@knabar

There is an issue (race condition?) where the info panel links are generated in

OPEN_WITH.forEach(function(v){
before the entries in OPEN_WITH are initialized, in particular before they call setOpenWithUrlProvider at
OME.setOpenWithUrlProvider = function(id, fn) {
.

This causes the entry's getUrl to be still undefined, so an invalid link is generated.

Possibly related or impacted by #425

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions