[DDC-1302] orphan-removal does not work in XML Created: 29/Jul/11 Updated: 31/Jul/11 Resolved: 31/Jul/11 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | None |
| Affects Version/s: | 2.1 |
| Fix Version/s: | 2.0.7, 2.1.1 |
| Security Level: | All |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The check for $oneToManyElement-> {'orphan-removal'}returns false, the right check would be $oneToManyElement['orphan-removal'] |
| Comments |
| Comment by Benjamin Eberlei [ 31/Jul/11 ] |
|
Fixed and merged into 2.0.x and 2.1.x branches. |