Changeset 361 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
30 Jul 2006, 06:12:00 (18 years ago)
Author:
joachim
Message:

student import startet

Location:
WAeUP_SRP/trunk/skins/waeup_custom
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/getCPSCandidateLocalRoles.py

    r350 r361  
    1818mtool = getToolByName(context, 'portal_membership')
    1919#return mtool.getCPSCandidateLocalRoles(context)
    20 return ['SectionReader','SectionManager']
     20return ['Manager','SectionReader','SectionManager']
  • WAeUP_SRP/trunk/skins/waeup_custom/getContentInfo.py

    r306 r361  
    200200    info['type_l10n'] = cpsmcat(proxy.getTypeInfo().Title())
    201201else:
    202     LOG("getContentInfo() pb getting Type Information",
    203         DEBUG,
    204         'Proxy :',
    205         proxy)
     202##    LOG("getContentInfo() pb getting Type Information",
     203##        DEBUG,
     204##        'Proxy :',
     205##        proxy)
    206206    info['type_l10n'] = ''
    207207info['review_state'] = wtool.getInfoFor(proxy, 'review_state', '')
Note: See TracChangeset for help on using the changeset viewer.