Skip to content

Commit

Permalink
Merge pull request #2369 from skaut/education-privilege-maybe-fix
Browse files Browse the repository at this point in the history
Maybe fix education privilege display
  • Loading branch information
marekdedic authored Oct 10, 2023
2 parents d076af0 + e42f448 commit f5e6cf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function renderDefault(int $aid): void
'items' => [
[
'label' => 'Upravovat závěrečný rozpočet',
'value' => $isDraft && $this->authorizator->isAllowed(Education::UPDATE_REAL_BUDGET_SPENDING, $this->aid),
'value' => $isDraft && $this->authorizator->isAllowed(Education::UPDATE_REAL_BUDGET_SPENDING, $aid),
'desc' => 'Lze upravovat závěrečný rozpočet této akce ve SkautISu.',
],
],
Expand Down

0 comments on commit f5e6cf5

Please sign in to comment.