0

Roles on owner

Is it not possible to assign the owner user roles?

thx

jesper

3 replies

null
    • Ninox developer
    • Fabio
    • 2 yrs ago
    • Reported - view

    Nope. The Owner is the creator of the team.

       Fabio

    • John_Halls
    • 2 yrs ago
    • Reported - view

    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

    • UMAKERS
    • Jesper_Ordrup
    • 2 yrs ago
    • Reported - view

    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

  • 2 yrs agoLast active
  • 3Replies
  • 398Views