Hi,

how to manage the two tables created for i18n with one propel-init-
admin?

Into config/schema.yml:
<code>
propel:
  my_product:
    _attributes: { phpName: Product }
    id:
    price:       float
  my_product_i18n:
    _attributes: { phpName: ProductI18n }
    name:        varchar(50)
</code>

Into apps/backend/modules/my_product/config/generator.yml
<code>
...
  edit:
    display: [id, price, <name>]  <-- Insert name into display is not
possible?
...
</code>

Thanks all, Daniele


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to