fix #6145 SynchronizationJob is adding Folder records with null Path during site synchronization
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user