Hi friends:
I have this schema.yml :
Expediente:
actAs:
Timestampable: ~
columns:
codigo: { type: string(12), notnull: true, unique:
true}
resumen: { type: string(1000) }
organismo_id: { type: integer }
relations:
Organismo:
class: Organismo
local: organismo_id
foreign: id
foreignAlias: organismos
Organismo:
actAs:
Timestampable: ~
columns:
nombre: { type: string(50), notnull: true, unique:
true }
procedencia_id: { type: integer }
relations:
Procedencia:
class: Procedencia
local: procedencia_id
foreign: id
foreignAlias: procedencias
Procedencia:
actAs:
Timestampable: ~
columns:
nombre: { type: string(50), notnull: true, unique: true }
I use "symfony doctrine:generate-admin" for "Expediente" table. I need
master-detail view for Procedencia-Organismo. If i select a
Procedencia i want show all Organimos for that Procedencia.
thanks for replies.
:)
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en