Commit 7dadebb3 by Marcus Efraimsson Committed by GitHub

playlist: fix loading dashboards by tag (#16727)

Fixes #16704
parent 89a01a68
......@@ -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],
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment