From 81aaf8d8966133db020bf9ba9901498b37d0570b Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sat, 25 Oct 2025 23:37:18 +0700 Subject: [PATCH] fix(client): move button and change position --- .../holding-detail-dialog.html | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html index 23c336ab7..fb32c359a 100644 --- a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html +++ b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html @@ -428,6 +428,19 @@
+ @if (data.hasPermissionToCreateActivity && quantity > 0) { + + } @if (data.hasPermissionToAccessAdminControl) { ... } - @if (data.hasPermissionToCreateActivity && quantity > 0) { - - } @if ( dataSource?.data.length > 0 && data.hasPermissionToReportDataGlitch === true