Details
Description
I've copy & pasted example from http://www.doctrine-project.org/projects/orm/1.2/docs/manual/defining-models/1_0#relationships:join-table-associations:self-referencing-nest-relations:non-equal-nest-relations .
I've created User backend module using doctrine:generate-admin backend User task. On how to reproduce the error:
1. Add 3 User objects (A,B,C)
2. Open generated edit form for User A.
3. Set User B as Children from Children list and Save
4. Set User B and C as Chidren from Children list and Save
As a result you will see only C set as Children, and strange situation in database :
UserReference Table:
parent_id | child_id
pk_B | pk_B (!!!)
pk_A | pk_C
Activity
Daniel Reiche
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | DC952TestCase.php [ 10958 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DC-952, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
Same ticket on symfony trac because I'm not sure whose fault is it
http://trac.symfony-project.org/ticket/9398
Also some new error path there