mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
This commit is contained in:
commit
1085055d61
@ -36,6 +36,10 @@ func (r RoleType) Includes(other RoleType) bool {
|
|||||||
return other != ROLE_ADMIN
|
return other != ROLE_ADMIN
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if r == ROLE_VIEWER {
|
||||||
|
return other == ROLE_VIEWER
|
||||||
|
}
|
||||||
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user