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:
parent
05b895dd3a
commit
210c02085d
293 changed files with 12247 additions and 2049 deletions
web-frontend/modules/database/components/view/grid
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue