mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
7019287f88
commit
b5ef9628e8
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user