[MAGNOLIA-4630] ExtendingNodeWrapper "extends" property is not sometimes filtered out. Created: 30/Oct/12  Updated: 11/Feb/13  Resolved: 30/Oct/12

Status: Closed
Project: Magnolia
Component/s: None
Affects Version/s: None
Fix Version/s: 5.0

Type: Bug Priority: Neutral
Reporter: Jaroslav Simak Assignee: Jaroslav Simak
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled

 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.


Generated at Mon Feb 12 03:57:33 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.