Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
a41a7ea6
Commit
a41a7ea6
authored
Sep 19, 2019
by
Masudur Rahman
Committed by
Torkel Ödegaard
Sep 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backend: Remove redundant condition of `ROLE_VIEWER` (#19211)
parent
14f1cf29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
+1
-5
pkg/models/org_user.go
+1
-5
No files found.
pkg/models/org_user.go
View file @
a41a7ea6
...
...
@@ -36,11 +36,7 @@ func (r RoleType) Includes(other RoleType) bool {
return
other
!=
ROLE_ADMIN
}
if
r
==
ROLE_VIEWER
{
return
other
==
ROLE_VIEWER
}
return
false
return
r
==
other
}
func
(
r
*
RoleType
)
UnmarshalJSON
(
data
[]
byte
)
error
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment