Ignore:
Timestamp:
11 Jan 2015, 16:53:38 (10 years ago)
Author:
Henrik Bettermann
Message:

Add handler for document removal. Files must be removed too.

File:
1 edited

Legend:

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

    r12356 r12442  
    6969    local_roles = []
    7070
    71     # Ikoba can store any number of files per Document object.
    72     # However, we highly recommend to associate and store
    73     # only one file per Document object. Thus the following
    74     # tuple should contain only a single filename string.
    75     filenames = ()
    76 
    7771    def __init__(self):
    7872        super(CustomerDocumentBase, self).__init__()
Note: See TracChangeset for help on using the changeset viewer.