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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user