Folders: set org ID when converting from dash to a folder (#63045)

set org ID when converting from dash to a folder
This commit is contained in:
Ieva 2023-02-07 15:43:21 +00:00 committed by GitHub
parent 7019287f88
commit b5ef9628e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,6 +314,7 @@ func FromDashboard(dash *Dashboard) *folder.Folder {
return &folder.Folder{
ID: dash.ID,
UID: dash.UID,
OrgID: dash.OrgID,
Title: dash.Title,
HasACL: dash.HasACL,
URL: GetFolderURL(dash.UID, dash.Slug),