|
|
@ -377,6 +377,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
|
|
|
Objects.equals(this.sync_state, other.sync_state) &&
|
|
|
|
Objects.equals(this.sync_state, other.sync_state) &&
|
|
|
|
this.read_only == other.read_only &&
|
|
|
|
this.read_only == other.read_only &&
|
|
|
|
this.selectable == other.selectable &&
|
|
|
|
this.selectable == other.selectable &&
|
|
|
|
|
|
|
|
this.inferiors == other.inferiors &&
|
|
|
|
Objects.equals(this.error, other.error) &&
|
|
|
|
Objects.equals(this.error, other.error) &&
|
|
|
|
Objects.equals(this.last_sync, other.last_sync));
|
|
|
|
Objects.equals(this.last_sync, other.last_sync));
|
|
|
|
} else
|
|
|
|
} else
|
|
|
|