Skip to content

Commit

Permalink
Merge pull request #812 from nscuro/issue-2053
Browse files Browse the repository at this point in the history
Require `VIEW_PORTFOLIO` permission for BOM download
  • Loading branch information
nscuro authored Apr 14, 2024
2 parents e426fb1 + 175ff99 commit 2383f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/portfolio/projects/ProjectComponents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}}</b-tooltip>
<b-dropdown
variant="outline-primary"
v-permission="PERMISSIONS.PORTFOLIO_MANAGEMENT"
v-permission="PERMISSIONS.VIEW_PORTFOLIO"
>
<template #button-content>
<span class="fa fa-download"></span>
Expand Down

0 comments on commit 2383f27

Please sign in to comment.