Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
None
Description
Sometimes happens when transforming beans by node2bean.
Code which is removing property is in ExtendingNodeWrapper#getProperties(String[])
if(getWrappedNode().hasProperty(EXTENDING_NODE_PROPERTY)) {
properties.remove(getWrappedNode().getProperty(EXTENDING_NODE_PROPERTY));
}
We need to remove that prop on "better" place.
Checklists
Acceptance criteria