Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console Error on DatasetDisplay on library-derived datasets? #19687

Open
jmchilton opened this issue Feb 24, 2025 · 0 comments
Open

Console Error on DatasetDisplay on library-derived datasets? #19687

jmchilton opened this issue Feb 24, 2025 · 0 comments

Comments

@jmchilton
Copy link
Member

Image

In GenericItem:

    computed: {
        providerComponent() {
            switch (this.itemSrc) {
                case "hda":
                    return "DatasetProvider";
                case "hdca":
                    return "DatasetCollectionProvider";
                case "dce":
                    return "DatasetCollectionElementProvider";
                default:
                    throw Error(`Unknown element src ${this.itemSrc}`);
            }
        },
    },

I think this is from clicking into a collection in the history panel I created from the library -> collection selenium tests.

I'm not too concerned about this error - the page seems to render fine and this is an edge case - but I thought I would document and add a comment pointing at the issue.

jmchilton added a commit to jmchilton/galaxy that referenced this issue Feb 24, 2025
jmchilton added a commit to jmchilton/galaxy that referenced this issue Feb 24, 2025
jmchilton added a commit to jmchilton/galaxy that referenced this issue Feb 25, 2025
jmchilton added a commit to jmchilton/galaxy that referenced this issue Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant