Forgot to record this line of code when renamed ProjectRole entity to Role
This commit is contained in:
parent
ca06685d71
commit
5111cd9bc7
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ data ObjectAccessStatus =
|
|||
NoSuchObject | ObjectAccessDenied | ObjectAccessAllowed
|
||||
deriving Eq
|
||||
|
||||
data PersonRole = Developer | User | Guest | RoleID ProjectRoleId
|
||||
data PersonRole = Developer | User | Guest | RoleID RoleId
|
||||
|
||||
roleHasAccess
|
||||
:: MonadIO m
|
||||
|
|
Loading…
Reference in a new issue