From dd629bf781c810e6eb785bc150babb45bd09f62a Mon Sep 17 00:00:00 2001 From: Eduardo Robles Date: Fri, 22 Sep 2023 05:36:58 +0200 Subject: [PATCH] Fix status bar action during tally (#401) Parent issue: https://github.com/sequentech/meta/issues/258 --- avAdmin/admin-directives/dashboard/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avAdmin/admin-directives/dashboard/dashboard.html b/avAdmin/admin-directives/dashboard/dashboard.html index 81b5d111..8772ceda 100644 --- a/avAdmin/admin-directives/dashboard/dashboard.html +++ b/avAdmin/admin-directives/dashboard/dashboard.html @@ -73,7 +73,7 @@

ng-click="doActionConfirm($index)" class="actionbtn btn btn-success" ng-disabled="!commands[$index].enableFunc()" - ng-if="index == $index && nextaction && commands[$index].permsFunc()" + ng-if="index == $index && nextaction && commands[$index].permsFunc() && !intally" ng-class="['election-status-action-' + index]">