Folders: Fix user setting in api (#102329)

This commit is contained in:
Stephanie Hingtgen
2025-03-17 18:33:09 -05:00
committed by GitHub
parent c45a342303
commit 4755da0ff5
3 changed files with 11 additions and 4 deletions
+3
View File
@@ -366,6 +366,9 @@ func (s *Service) GetLegacy(ctx context.Context, q *folder.GetFolderQuery) (*fol
f.FullpathUIDs = f.UID // set full path to the folder UID
}
f.CreatedBy = dashFolder.CreatedBy
f.UpdatedBy = dashFolder.UpdatedBy
return f, err
}