Skip inheriting from system folders

This commit is contained in:
M66B 2023-09-22 14:28:42 +02:00
parent 5892841389
commit 59cba42699
1 changed files with 2 additions and 0 deletions

View File

@ -326,6 +326,8 @@ public class EntityFolder extends EntityOrder implements Serializable {
return;
if (!EntityFolder.USER.equals(type))
return;
if (!EntityFolder.USER.equals(parent.type))
return;
this.synchronize = parent.synchronize;
if (EntityFolder.USER.equals(parent.type)) {