As per How to refactor a core data model to make two existing entities inherit from a new abstract entity, I am trying to create a mapping model that maps two children entities to their newly created parent entity.
I can add the "copy" mappings from the old to new versions of the same entities (i.e. EntryToEntry), but when I try to create a new mapping ChildToParent, I am unable to define the destination attributes:
I have added the source and destination Entities to the Mapping. Where did I go wrong?