Ignore:
Timestamp:
7 Jul 2016, 06:43:21 (8 years ago)
Author:
Henrik Bettermann
Message:

Use defaultFactory.

Location:
main/waeup.aaue/trunk/src/waeup/aaue/applicants
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/browser.py

    r14015 r14017  
    3232from waeup.kofa.students.interfaces import IStudentsUtils
    3333from waeup.kofa.interfaces import IPDF
    34 from waeup.kofa.applicants.interfaces import IApplicant
    3534from waeup.kofa.browser.viewlets import ManageActionButton
    3635from waeup.aaue.interfaces import MessageFactory as _
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py

    r13996 r14017  
    133133        required = False,
    134134        readonly = False,
    135         default = [],
     135        defaultFactory=list,
    136136        )
    137137    scd_sit_fname = schema.TextLine(
     
    162162        required = False,
    163163        readonly = False,
    164         default = [],
     164        defaultFactory=list,
    165165        )
    166166    alr_fname = schema.TextLine(
     
    185185        required = False,
    186186        readonly = False,
    187         default = [],
     187        defaultFactory=list,
    188188        )
    189189    hq_type = schema.Choice(
Note: See TracChangeset for help on using the changeset viewer.