You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore _elseNestedEntity if entity is ruled by morph
This reimplemets commit f009e28:
"Data which is handled by metamorph rules will NOT be passed through
(hence the aptly named "_else"). If you want to use data in the morph
AND pass it through, you have to add an explicit rule for this, as usual."
This behaviour is not the default, though.
It can be achieved by this morph rule:
<entity name='$name' sameEntity='true' reset='true' flushWith='$name' flushIncomplete='true'>"
where $name is the name of the entity you want to treat.
See #338.
0 commit comments