From a8be6da726a7ebc84efbc04fdd78cc2fb3a7e89e Mon Sep 17 00:00:00 2001
From: Rodiel Martinez <10471758+Rodielm@users.noreply.github.com>
Date: Tue, 7 Nov 2023 11:11:07 +0100
Subject: [PATCH] wc: replace select component in study-admin-audit #TASK-5070
---
.../study/admin/study-admin-audit.js | 48 ++++++++++++-------
src/webcomponents/study/admin/study-admin.js | 4 +-
2 files changed, 32 insertions(+), 20 deletions(-)
diff --git a/src/webcomponents/study/admin/study-admin-audit.js b/src/webcomponents/study/admin/study-admin-audit.js
index befd3d5237..f032279ef7 100644
--- a/src/webcomponents/study/admin/study-admin-audit.js
+++ b/src/webcomponents/study/admin/study-admin-audit.js
@@ -293,54 +293,66 @@ export default class StudyAdminAudit extends LitElement {
${~this._config.filter.sections[0].filters.findIndex(field => field.id === "userId") ? html`
- this.onFilterChange("userId", e.detail.value)}">
-
+
`: nothing}
${~this._config.filter.sections[0].filters.findIndex(field => field.id === "action") ? html`
- this.onFilterChange("action", e.detail.value)}">
-
+
` : nothing}
${~this._config.filter.sections[0].filters.findIndex(field => field.id === "resource") ? html`
- this.onFilterChange("resource", e.detail.value)}">
-
+
` : nothing}
${~this._config.filter.sections[0].filters.findIndex(field => field.id === "status") ? html`
- this.onFilterChange("status", e.detail.value)}">
-
+
` : nothing}
diff --git a/src/webcomponents/study/admin/study-admin.js b/src/webcomponents/study/admin/study-admin.js
index 0e200d2d2c..6ac7df5f63 100644
--- a/src/webcomponents/study/admin/study-admin.js
+++ b/src/webcomponents/study/admin/study-admin.js
@@ -527,8 +527,8 @@ export default class StudyAdmin extends LitElement {
visibility: "private",
render: (opencgaSession, study) => html`
+ .opencgaSession="${opencgaSession}"
+ .study="${study}">
`,
},
// {