Merge pull request #6146 from tvatavuk/patch-5

fix #6145 SynchronizationJob is adding Folder records with null Path...
This commit is contained in:
Shaun Walker
2026-03-28 07:46:54 -07:00
committed by GitHub

View File

@@ -325,6 +325,7 @@ namespace Oqtane.Infrastructure
if (folder == null || primaryFolder.ModifiedOn > siteGroupMember.SynchronizedOn)
{
// set all properties
secondaryFolder.Path = primaryFolder.Path;
secondaryFolder.ParentId = null;
if (primaryFolder.ParentId != null)
{