playlist: fix loading dashboards by tag (#16727)
Fixes #16704
(cherry picked from commit 7dadebb3f0)
This commit is contained in:
committed by
bergquist
parent
c9e67140cc
commit
02222a753a
@@ -55,7 +55,7 @@ func populateDashboardsByTag(orgID int64, signedInUser *m.SignedInUser, dashboar
|
||||
Slug: item.Slug,
|
||||
Title: item.Title,
|
||||
Uri: item.Uri,
|
||||
Url: m.GetDashboardUrl(item.Uid, item.Slug),
|
||||
Url: item.Url,
|
||||
Order: dashboardTagOrder[tag],
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user