fix: plugin dashboard did not get plugin id after import

This commit is contained in:
Torkel Ödegaard
2018-02-20 10:56:00 +01:00
parent 9f4b7ac26f
commit 21d48df095
2 changed files with 2 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ func (dr *dashboardServiceImpl) buildSaveDashboardCommand(dto *SaveDashboardDTO)
UserId: dto.User.UserId,
FolderId: dash.FolderId,
IsFolder: dash.IsFolder,
PluginId: dash.PluginId,
}
if !dto.UpdatedAt.IsZero() {