0
Roles on owner
Is it not possible to assign the owner user roles?
thx
jesper
3 replies
-
Nope. The Owner is the creator of the team.
Fabio
-
The owner only has the role admin. Try using a global function such as
function userMyRole(role : text) do
userHasRole(role) or userHasRole("admin")
endThis mimics the userHasRole function but giving the owner all the roles.
Regards John
-
Nice workaround, John. But I cant use that in the table allow to read/ allow to write / create new records / delete records drop downs.
jesper
Content aside
- 3 yrs agoLast active
- 3Replies
- 400Views