From d217336479f1bbfc9a2782df8138ee0576c764c9 Mon Sep 17 00:00:00 2001 From: fabio Date: Thu, 9 Sep 2021 17:38:12 -0400 Subject: [PATCH] PMCORE-3302:Custom cases list: does not work the Owner tooltip --- resources/assets/js/admin/settings/customCaseList/Tables.vue | 5 +++-- resources/assets/js/components/vuetable/OwnerCell.vue | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/assets/js/admin/settings/customCaseList/Tables.vue b/resources/assets/js/admin/settings/customCaseList/Tables.vue index 2fa03fb0c..878139355 100644 --- a/resources/assets/js/admin/settings/customCaseList/Tables.vue +++ b/resources/assets/js/admin/settings/customCaseList/Tables.vue @@ -17,7 +17,7 @@
- +
@@ -175,7 +175,8 @@ export default { userInfo: userDataFormat || "", userEmail: v.userEmail, userId: v.userId, - userPosition: v.userPosition || "" + userPosition: v.userPosition || "", + caseListId: v.id } data.push(v); }); diff --git a/resources/assets/js/components/vuetable/OwnerCell.vue b/resources/assets/js/components/vuetable/OwnerCell.vue index dd9cb3e36..69088360e 100644 --- a/resources/assets/js/components/vuetable/OwnerCell.vue +++ b/resources/assets/js/components/vuetable/OwnerCell.vue @@ -1,6 +1,6 @@