tables
tables copied to clipboard
Views currently do not inherit table permissions when shared differently
Considering the following constellation:
- A table is shared to userA with manage permissions
- A view on that table is shared to a group that userA is part of without delete permissions
UserA can delete rows in the table but not in the view
We should discuss how that is expected or if the permissions shall be inherited somehow.