diff --git a/client/src/components/History/Content/Dataset/DatasetDetails.vue b/client/src/components/History/Content/Dataset/DatasetDetails.vue index 23c1138714f5..5cf6b2880e1d 100644 --- a/client/src/components/History/Content/Dataset/DatasetDetails.vue +++ b/client/src/components/History/Content/Dataset/DatasetDetails.vue @@ -8,6 +8,7 @@ import { useDatasetStore } from "@/stores/datasetStore"; import { type ItemUrls } from "."; import DatasetActions from "./DatasetActions.vue"; +import DatasetMiscInfo from "./DatasetMiscInfo.vue"; const datasetStore = useDatasetStore(); @@ -56,9 +57,7 @@ function toggleHighlights() { result.genome_build }} -
+ This error message indicates that your history is setup to allow sharing but your job was run in a + configuration to target a storage location that explicitly disables sharing. +
++ To fix this configure your history so that new datasets are private or target a different storage + location. +
++ To re-configure your history, click the history menu and go to the "Set Permissions" option in the + dropdown. This should result in a toggle that allows you to configure the history so that new datasets + are created as private datasets. +
++ There are many ways to instead target different storage for your job. This can be selected in the tool + or workflow form right before you execute your job or a different default for your history or user can + be chosen that allows for sharing. +
+