Export: Fix export/import of dash with library panels (#49319) (#51760)

(cherry picked from commit 8053f770c1)
This commit is contained in:
kay delaney
2022-07-14 11:17:12 +01:00
committed by GitHub
parent f00f6e3375
commit 262720a702
12 changed files with 655 additions and 163 deletions
+1 -1
View File
@@ -1115,7 +1115,7 @@ func (m *mockLibraryPanelService) ConnectLibraryPanelsForDashboard(c context.Con
return nil
}
func (m *mockLibraryPanelService) ImportLibraryPanelsForDashboard(c context.Context, signedInUser *models.SignedInUser, dash *models.Dashboard, folderID int64) error {
func (m *mockLibraryPanelService) ImportLibraryPanelsForDashboard(c context.Context, signedInUser *models.SignedInUser, libraryPanels *simplejson.Json, panels []interface{}, folderID int64) error {
return nil
}