[MODM-157] Github-PR-151 by l3pp4rd: fixes triggering fatal error on preupdate event in case changeset is clea Created: 25/Aug/11 Updated: 19/Sep/11 |
|
| Status: | Open |
| Project: | Doctrine MongoDB ODM |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of {username}: Url: https://github.com/doctrine/mongodb-odm/pull/151 Message: fixes triggering fatal error on preupdate event in case changeset is cleared during onFlush similar issue is fixed in ORM it should be supported on ODM mongodb also |
| Comments |
| Comment by Dmitry Strygin [ 19/Sep/11 ] |
|
Hmm... The bug is still actual for ORM layer in master. |
| Comment by Vladimir Garvardt [ 19/Sep/11 ] |
|
Got the same issue for ORM in 2.1.1 and same in master. Made a fix based on fix for ODM and pull request on github. URL: https://github.com/doctrine/doctrine2/pull/126 PS: maybe new issue should be created in Doctrine 2 - ORM project for this issue |