PMCORE-3302:Custom cases list: does not work the Owner tooltip
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="grouped-cell">
|
||||
<div class="d-flex justify-content-center avatar" id="user">
|
||||
<div class="d-flex justify-content-center avatar" :id="`label-${data.caseListId}`">
|
||||
<b-avatar
|
||||
variant="info"
|
||||
:src="data.userAvatar"
|
||||
@@ -8,7 +8,7 @@
|
||||
></b-avatar>
|
||||
</div>
|
||||
<b-popover
|
||||
target="user"
|
||||
:target="`label-${data.caseListId}`"
|
||||
placement="top"
|
||||
ref="popover"
|
||||
triggers="hover"
|
||||
|
||||
Reference in New Issue
Block a user