[symfony-users] Re: Avoid losing the changes each time a module is regenerated

2009-11-24 Thread tirengarfio
Imagine you add a new fields to a model, maybe you will need to have forms based in that model, so you would have to regenarate a module. On Nov 23, 1:51 pm, Gareth McCumskey wrote: > Why are you regenerating modules? You shouldn't ever need to do that. > > > > On Mon, Nov 23, 2009 at 2:47 PM, t

Re: [symfony-users] Re: Avoid losing the changes each time a module is regenerated

2009-11-24 Thread Gareth McCumskey
So go ahead and regenrate the module as a different name, find the fields in the newly generated one and copy/paste them over to your existing module's templates, then delete the one you copied from. Or just add the forms yourself into your existing modules templates. The symfony commands allow you