On 6/22/11 12:12 AM, Jacek Kałucki wrote:
> What about using class derived from your base bizobj class created
> as lookup with delete(All) method overwritten?

As a temporary stop-gap, this is what I'll do in this one class:

"""
self.deleteAll(self):
        if self.ParentLinkField != "shape_id":
                return
        self.super()
"""

Thanks
Paul

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to