Spot modification on attach, fixed.

This commit is contained in:
BuildTools 2015-12-09 17:32:36 +01:00 committed by Olof Larsson
parent f45688aae6
commit 4d0d1d7b78

View File

@ -531,7 +531,7 @@ public class Coll<E extends Entity<E>> extends CollAbstract<E>
// On creation it might be modified by addition or removal of new/old fields. // On creation it might be modified by addition or removal of new/old fields.
// So we must do a check for that. // So we must do a check for that.
entity.changed(); this.putIdentifiedModificationFixed(id, Modification.UNKNOWN);
} }
entity.setLastRaw(raw); entity.setLastRaw(raw);
@ -984,7 +984,7 @@ public class Coll<E extends Entity<E>> extends CollAbstract<E>
} }
this.initLoadAllFromRemote(); this.initLoadAllFromRemote();
this.syncIdentified(); //this.syncIdentified();
name2instance.put(this.getName(), this); name2instance.put(this.getName(), this);
} }