[symfony-users] Re: form for internationalization

2009-11-08 Thread dziobacz
I have schema.yml: Firm: actAs: I18n: fields: [description, address] columns: id_firm: type: integer(1) primary: true autoincrement: true email: type: string(100) notnull: true description: type: clob notnull: true address:

[symfony-users] Re: form for internationalization

2009-11-08 Thread David Ashwood
Remove the description from the fields listed in I18n, build-all, clear-cache. On Sun, 2009-11-08 at 03:27 -0800, dziobacz wrote: I have schema.yml: Firm: actAs: I18n: fields: [description, address] columns: id_firm: type: integer(1) primary: true

[symfony-users] Re: form for internationalization

2009-11-08 Thread dziobacz
But I want also 'description' for i18n but on the other page with other form. I need two international forms for 'address' and 'description' but I think it isn't possible - all international fields must be on the same form :/ ok so I could create NORMAL the easiest form with these two fields: