PMCORE-3090:UI - Task Actions (EHX) - Inbox List (and any Custom Case List that belongs to this list)

Corrections

CR

Conection to api

modals with rest service

CR
This commit is contained in:
fabio
2021-07-20 11:50:16 -04:00
parent a0b9605d92
commit ac4814d28d
13 changed files with 499 additions and 30 deletions

View File

@@ -4,6 +4,7 @@
<div
class="v-inline"
v-show="showActions"
ref="ellipsis"
>
<div class="buttonGroup">
<b-button
@@ -91,7 +92,7 @@ export default {
position: relative;
flex-direction: row-reverse;
width: 0px;
z-index: 999999;
z-index: 999;
display: inline-flex !important;
}
.btn-outline-info {