3replies
Is it not possible to assign the owner user roles?
thx
jesper
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")
end
This 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