Skip to content

Commit

Permalink
fix(models-manager): always display models actions if project admin
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Apr 29, 2022
1 parent 6359a9d commit e37a63c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@
<BIMDataIcon name="download" size="m" />
</BIMDataButton>
</template>

<BIMDataButton
:disabled="model.document?.userPermission < 100"
:disabled="!project.isAdmin && model.document?.userPermission < 100"
class="model-actions-cell__btn"
ripple
rounded
Expand Down

0 comments on commit e37a63c

Please sign in to comment.