Re: [Zope-dev] z3c.form: GroupForm and ModificationEvents

2010-01-13 Thread Martin Aspeli
Michael Howitz wrote: > Am 13.01.2010 um 06:08 schrieb Martin Aspeli: >> Michael Howitz wrote:>>> Hi, >>> >>> it seems to me that z3c.form.group.GroupForm does not send >>> enough ModificationEvents: only one event for the context of the >>> GroupForm but not for each modified object in the groups.

Re: [Zope-dev] z3c.form: GroupForm and ModificationEvents

2010-01-13 Thread Michael Howitz
Am 12.01.2010 um 22:22 schrieb Roger: > Hi Michael > >> Betreff: [Zope-dev] z3c.form: GroupForm and ModificationEvents [...] >> Do I have a very special use case which should be handled >> inside my project? >> Or should I change GroupForm to send a ModifiedEven

Re: [Zope-dev] z3c.form: GroupForm and ModificationEvents

2010-01-13 Thread Michael Howitz
Am 13.01.2010 um 06:08 schrieb Martin Aspeli: > Michael Howitz wrote: >> Hi, >> >> it seems to me that z3c.form.group.GroupForm does not send enough >> ModificationEvents: only one event for the context of the GroupForm >> but not for each modified object in the groups. > > -1 to this being defau

Re: [Zope-dev] z3c.form: GroupForm and ModificationEvents

2010-01-12 Thread Martin Aspeli
Michael Howitz wrote: > Hi, > > it seems to me that z3c.form.group.GroupForm does not send enough > ModificationEvents: only one event for the context of the GroupForm > but not for each modified object in the groups. -1 to this being default behaviour. IObjectModifiedEvent is fired from EditForm

Re: [Zope-dev] z3c.form: GroupForm and ModificationEvents

2010-01-12 Thread Roger
Hi Michael > Betreff: [Zope-dev] z3c.form: GroupForm and ModificationEvents > > Hi, > > it seems to me that z3c.form.group.GroupForm does not send > enough ModificationEvents: only one event for the context of > the GroupForm but not for each modified object in the grou

[Zope-dev] z3c.form: GroupForm and ModificationEvents

2010-01-12 Thread Michael Howitz
Hi, it seems to me that z3c.form.group.GroupForm does not send enough ModificationEvents: only one event for the context of the GroupForm but not for each modified object in the groups. In a project of mine I have the following situation: I have a folder with some contained objects. A GroupFor