From efc3171f3dac2d535dd2ad0fc8ff254224a9f8fa Mon Sep 17 00:00:00 2001 From: John Chilton Date: Mon, 24 Feb 2025 11:01:33 -0500 Subject: [PATCH] Add comment pointing at https://github.com/galaxyproject/galaxy/issues/19687 --- client/src/components/History/Content/GenericItem.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/History/Content/GenericItem.vue b/client/src/components/History/Content/GenericItem.vue index 4a899b495416..7ddc1bb5fc1a 100644 --- a/client/src/components/History/Content/GenericItem.vue +++ b/client/src/components/History/Content/GenericItem.vue @@ -72,6 +72,7 @@ export default { case "dce": return "DatasetCollectionElementProvider"; default: + // Failed on LDDAs https://github.com/galaxyproject/galaxy/issues/19687 throw Error(`Unknown element src ${this.itemSrc}`); } },