Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Inheritance, Schema Files
-
Labels:None
-
Environment:symfony 1.4
Description
If I define a base model:
Entity:
connection: other
columns:
name: {}
size: {}
and inherited model:
Box:
inheritance:
extends: Entity
type: column_aggregation
Then file with base definition of Box does not contain bindComponent sentence to bind Box model with connection specified for Entity model.