Ignore:
Timestamp:
21 May 2011, 18:51:49 (13 years ago)
Author:
Henrik Bettermann
Message:

Implement local role assignment and removal in application section.

browser.py line 341: Use correct context for the IPrincipalRoleManager adapter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py

    r6158 r6184  
    365365        default = DEFAULT_PASSPORT_IMAGE_MALE,
    366366        required = True,
     367        #max_size = 20480,
    367368        )
    368369    aos = schema.TextLine(
     
    622623        default = DEFAULT_PASSPORT_IMAGE_MALE,
    623624        required = True ,
     625        #max_size = 20480,
    624626        )
    625627    #
Note: See TracChangeset for help on using the changeset viewer.