[release-12.2.1] Page limit config for dashboards with visible annotations (#111379)

Page limit config for dashboards with visible annotations (#110911)

* Page limit config for dashboards with visible annotations



---------


(cherry picked from commit 77fa3333e4)

Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
Co-authored-by: maicon <maiconscosta@gmail.com>
This commit is contained in:
grafana-delivery-bot[bot]
2025-09-19 11:10:55 -03:00
committed by GitHub
parent 7d205c7dee
commit d1bd29aa3b
2 changed files with 15 additions and 9 deletions
@@ -56,7 +56,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,
}