mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Fix scheduler to group folders by the unique key (orgID and UID) (#81303)
This commit is contained in:
@@ -301,7 +301,7 @@ func (sch *schedule) processTick(ctx context.Context, dispatcherGroup *errgroup.
|
||||
|
||||
var folderTitle string
|
||||
if !sch.disableGrafanaFolder {
|
||||
title, ok := folderTitles[item.NamespaceUID]
|
||||
title, ok := folderTitles[item.GetFolderKey()]
|
||||
if ok {
|
||||
folderTitle = title
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user