Ignore:
Timestamp:
30 Nov 2014, 09:12:44 (10 years ago)
Author:
Henrik Bettermann
Message:

Add event subscriber handle_product_removed which ensures that also referrers to customer application objects are removed when a product is deleted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/applications.py

    r12094 r12095  
    2929from waeup.ikoba.customers.interfaces import (
    3030    IApplicationsContainer, ICustomerNavigation,
    31     IApplication, ICustomersUtils,
     31    IApplication, IApplicationEdit, ICustomersUtils,
    3232    )
    3333from waeup.ikoba.customers.utils import generate_application_id
     
    5959    """This is a customer application baseclass.
    6060    """
    61     grok.implements(IApplication, ICustomerNavigation)
     61    grok.implements(IApplication, IApplicationEdit, ICustomerNavigation)
    6262    grok.provides(IApplication)
    6363    grok.baseclass()
Note: See TracChangeset for help on using the changeset viewer.