Annotations: Fix usage of dashboard table for permissions (#98774)
This commit is contained in:
@@ -11,8 +11,3 @@ type AccessResources struct {
|
||||
// Skip filtering
|
||||
SkipAccessControlFilter bool
|
||||
}
|
||||
|
||||
type dashboardProjection struct {
|
||||
ID int64 `xorm:"id"`
|
||||
UID string `xorm:"uid"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user