Le 11 juin 09 à 10:47, Andreas Jung a écrit :
Hi there,
following use case: an AT-Event derived content-type contains provides
a "create sub-event" link within its default view. Clicking on the
link
will create a new event and add the new event to a referencefield
within
the original event (standard master-slave relationship). This works
fine
with invokeFactory() and updating the related fields within a
browser view.
However I want to use portal_factory in order to avoid orphan event.
Any
idea
how to update the referencefield of the master event after the
creating
of the
slave event through portal_factory?
Hi,
Add a "def manage_afterPortalFactoryCreate(self)" method to your
custom event type, and play with it. Perhaps the latest versions of
portal_factory fire an event in that case.
See the source of the "doCreate" method of portal_factory.
HTH
--
Gilles Lenfant
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers