Skip to content

Commit 363b5c6

Browse files
committed
wc: add batch filter in clinical-analysis-browser #TASK-8076
1 parent 10a8e97 commit 363b5c6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/webcomponents/clinical/clinical-analysis-browser.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@ export default class ClinicalAnalysisBrowser extends LitElement {
238238
description: "",
239239
quick: true,
240240
},
241+
{
242+
id: "batch",
243+
title: "Batch",
244+
description: "",
245+
quick: true,
246+
},
241247
{
242248
id: "creationDate",
243249
title: "Creation Date",

src/webcomponents/commons/opencga-browser-filter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export default class OpencgaBrowserFilter extends LitElement {
166166
case "internalStatus":
167167
case "flags":
168168
case "analysts":
169+
case "batch":
169170
content = html`
170171
<catalog-distinct-autocomplete
171172
.value="${preparedQuery[subsection.id]}"

0 commit comments

Comments
 (0)