|
|
@ -443,6 +443,16 @@ |
|
|
>...</a |
|
|
>...</a |
|
|
> |
|
|
> |
|
|
} |
|
|
} |
|
|
|
|
|
@if (data.hasPermissionToCreateActivity && quantity > 0) { |
|
|
|
|
|
<button |
|
|
|
|
|
color="warn" |
|
|
|
|
|
mat-stroked-button |
|
|
|
|
|
(click)="onCloseHolding()" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon class="mr-1" name="close-outline"></ion-icon |
|
|
|
|
|
><span i18n>Close Holding</span> |
|
|
|
|
|
</button> |
|
|
|
|
|
} |
|
|
@if ( |
|
|
@if ( |
|
|
dataSource?.data.length > 0 && |
|
|
dataSource?.data.length > 0 && |
|
|
data.hasPermissionToReportDataGlitch === true |
|
|
data.hasPermissionToReportDataGlitch === true |
|
|
|