feat: refs #6724 permissions to vn.entry.isBooked #2147

Merged
guillermo merged 9 commits from 6724-permisos-vn.entry.isBooked into dev 2024-04-18 11:06:48 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 339c349ed0 - Show all commits

View File

@ -123,7 +123,9 @@
</vn-check>
<vn-check
label="Booked"
ng-model="$ctrl.entry.isBooked">
ng-model="$ctrl.entry.isBooked"
vn-acl="administrative"
>
</vn-check>
</vn-horizontal>
</vn-card>