mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
EntityStore: Rename ObjectStore to EntityStore (part 1) (#59613)
This commit is contained in:
@@ -54,7 +54,7 @@ type dashboard struct {
|
||||
updated time.Time
|
||||
|
||||
// Use generic structure
|
||||
summary *models.ObjectSummary
|
||||
summary *models.EntitySummary
|
||||
}
|
||||
|
||||
// buildSignal is sent when search index is accessed in organization for which
|
||||
@@ -913,7 +913,7 @@ func (l sqlDashboardLoader) LoadDashboards(ctx context.Context, orgID int64, das
|
||||
slug: "",
|
||||
created: time.Now(),
|
||||
updated: time.Now(),
|
||||
summary: &models.ObjectSummary{
|
||||
summary: &models.EntitySummary{
|
||||
//ID: 0,
|
||||
Name: "General",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user