dashboards: remove slug property in dashboard search responses

Removes slug property in dashboard search responses since this property isn't needed
anymore and it haven't been released to any stable release.
This commit is contained in:
Marcus Efraimsson
2018-01-31 18:40:54 +01:00
parent 92a0171a9b
commit 035b724725
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -270,7 +270,6 @@ func makeQueryResult(query *search.FindPersistedDashboardsQuery, res []Dashboard
Title: item.Title,
Uri: "db/" + item.Slug,
Url: url,
Slug: item.Slug,
Type: getHitType(item),
FolderId: item.FolderId,
FolderTitle: item.FolderTitle,