fix: viewers can edit now works correctly

This commit is contained in:
Torkel Ödegaard
2017-12-15 14:19:49 +01:00
parent ed48d27d85
commit a8a5f8181b
5 changed files with 45 additions and 6 deletions
+1
View File
@@ -162,6 +162,7 @@ type SignedInUser struct {
ApiKeyId int64
OrgCount int
IsGrafanaAdmin bool
IsAnonymous bool
HelpFlags1 HelpFlags1
LastSeenAt time.Time
}