Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Component/s: ORM
-
Security Level: All
-
Labels:
-
Environment:HidePHP 5.4.8 (cli) (built: Oct 18 2012 13:02:07)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
Fedora Linux 17
mysql Ver 14.14 Distrib 5.5.28, for Linux (x86_64) using readline 5.1ShowPHP 5.4.8 (cli) (built: Oct 18 2012 13:02:07) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies Fedora Linux 17 mysql Ver 14.14 Distrib 5.5.28, for Linux (x86_64) using readline 5.1
Description
Bidirectional one-to-many association with Class Table Inheritance does not work. Example.
Entity Box;
Entity Item;
Entity BoxItem extends Item;
BoxItem has ManyToOne to Box;
Box has OneToMany to BoxItems;
Validation Error:
Got an error: Entities\Box: "The association Entities\Box#items refers to the owning side field Entities\BoxItem#box which does not exist.",
Activity
Marco Pivetta
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Priority | Blocker [ 1 ] | Major [ 3 ] |
Ro
made changes -
| Attachment | BoxItem.php [ 11356 ] |
Ro
made changes -
| Attachment | BoxItem.php [ 11359 ] |
Marco Pivetta
made changes -
| Attachment | Box.php [ 11360 ] | |
| Attachment | BoxItem.php [ 11361 ] | |
| Attachment | Item.php [ 11362 ] |
Marco Pivetta
made changes -
| Status | Open [ 1 ] | Awaiting Feedback [ 10000 ] |
Benjamin Eberlei
made changes -
| Status | Awaiting Feedback [ 10000 ] | In Progress [ 3 ] |
Benjamin Eberlei
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Invalid [ 6 ] |
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=DDC-2189, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
Not a blocker