Skip to content

Commit

Permalink
Fix status bar action during tally
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#258
  • Loading branch information
edulix committed Sep 22, 2023
1 parent d43048d commit 41c50cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avAdmin/admin-directives/dashboard/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2>
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]">
<div
class="small {{ nextaction }}"
Expand Down

0 comments on commit 41c50cd

Please sign in to comment.