[release-12.0.5] Page limit config for dashboards with visible annotations (#111377)
* Page limit config for dashboards with visible annotations (#110911)
* Page limit config for dashboards with visible annotations
Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
(cherry picked from commit 77fa3333e4)
* Add missing parameter to TestIntegrationAuthorize
Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
Co-authored-by: maicon <maiconscosta@gmail.com>
This commit is contained in:
committed by
GitHub
parent
3c845fd337
commit
da3717b315
@@ -53,7 +53,7 @@ func ProvideService(
|
||||
return &RepositoryImpl{
|
||||
db: db,
|
||||
features: features,
|
||||
authZ: accesscontrol.NewAuthService(db, features, dashSvc),
|
||||
authZ: accesscontrol.NewAuthService(db, features, dashSvc, cfg),
|
||||
reader: read,
|
||||
writer: write,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user