diff --git a/client/src/components/Collections/BuildFileSetWizard.vue b/client/src/components/Collections/BuildFileSetWizard.vue index 35b2d964ace..258b9531677 100644 --- a/client/src/components/Collections/BuildFileSetWizard.vue +++ b/client/src/components/Collections/BuildFileSetWizard.vue @@ -1,5 +1,5 @@ @@ -11,6 +21,8 @@ const emit = defineEmits(["download"]); Step 1: Download - Download workbook. + Download workbook. diff --git a/client/src/components/Collections/wizard/HiddenWorkbookUploadInput.vue b/client/src/components/Collections/wizard/HiddenWorkbookUploadInput.vue index 0e54ba459dc..8760e308d63 100644 --- a/client/src/components/Collections/wizard/HiddenWorkbookUploadInput.vue +++ b/client/src/components/Collections/wizard/HiddenWorkbookUploadInput.vue @@ -19,6 +19,6 @@ defineExpose({ diff --git a/client/src/components/Collections/wizard/fetchWorkbooks.ts b/client/src/components/Collections/wizard/fetchWorkbooks.ts index 774e1668f8b..cc972662ed9 100644 --- a/client/src/components/Collections/wizard/fetchWorkbooks.ts +++ b/client/src/components/Collections/wizard/fetchWorkbooks.ts @@ -88,7 +88,9 @@ const COLUMN_TITLE_PREFIXES: Record = { deferredurl: "url_deferred", genome: "dbkey", dbkey: "dbkey", + build: "dbkey", filetype: "file_type", + type: "file_type", extension: "file_type", info: "info", tag: "tags", diff --git a/client/src/components/Tool/ToolForm.vue b/client/src/components/Tool/ToolForm.vue index 47c082d0e17..742a5c368dc 100644 --- a/client/src/components/Tool/ToolForm.vue +++ b/client/src/components/Tool/ToolForm.vue @@ -393,9 +393,9 @@ export default { tool_id: this.formConfig.id, tool_version: this.formConfig.version, tool_uuid: this.toolUuid, + __tags: this.tags, inputs: { ...this.formData, - __tags: this.tags, }, }; if (this.useEmail) { diff --git a/client/src/components/ToolsList/ToolsList.vue b/client/src/components/ToolsList/ToolsList.vue index 94bb9e0da44..d210eecd625 100644 --- a/client/src/components/ToolsList/ToolsList.vue +++ b/client/src/components/ToolsList/ToolsList.vue @@ -257,43 +257,43 @@ function onToggleView(newView: ListViewMode) { -
- + + +
diff --git a/client/src/components/ToolsList/ToolsListSectionFilters.vue b/client/src/components/ToolsList/ToolsListSectionFilters.vue index 909afd4398d..32aa056eac5 100644 --- a/client/src/components/ToolsList/ToolsListSectionFilters.vue +++ b/client/src/components/ToolsList/ToolsListSectionFilters.vue @@ -99,134 +99,147 @@ function searchWithinSections(sections: ToolSection[], query: string) {