1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-12 04:11:49 +00:00

Add RBAC to Baserow.

This commit is contained in:
Jeremie Pardou-Piquemal 2022-10-13 21:18:34 +02:00 committed by Nigel Gott
parent 05b895dd3a
commit 210c02085d
293 changed files with 12247 additions and 2049 deletions
web-frontend/modules/database/components/view/grid

View file

@ -63,7 +63,9 @@
v-on="$listeners"
></GridViewRows>
<GridViewRowAdd
v-if="!readOnly"
v-if="
!readOnly && $hasPermission('database.table.create_row', table)
"
:fields="fields"
:include-row-details="includeRowDetails"
:store-prefix="storePrefix"