momdec icon indicating copy to clipboard operation
momdec copied to clipboard

Child entities duplicate parent entity attributes

Open malhal opened this issue 9 years ago • 0 comments

Child entities duplicate parent entity attributes. E.g.

Entity A string1

Entity B parent entity: A string1 string2

string1 shouldn't appear in entity B.

I believe line 76 of NSEntityDescription+xmlElement.m should first filter out the properties that are in the parent entities, recursively.

malhal avatar Feb 10 '17 20:02 malhal