Ignore:
Timestamp:
1 Jul 2015, 20:22:03 (9 years ago)
Author:
Henrik Bettermann
Message:

Change misleading attribute name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r13108 r13129  
    23222322
    23232323    def update(self):
    2324         PWCHANGE_STATES = getUtility(IStudentsUtils).PWCHANGE_STATES
    2325         if self.context.student.state not in PWCHANGE_STATES:
     2324        PORTRAIT_CHANGE_STATES = getUtility(IStudentsUtils).PORTRAIT_CHANGE_STATES
     2325        if self.context.student.state not in PORTRAIT_CHANGE_STATES:
    23262326            emit_lock_message(self)
    23272327            return
Note: See TracChangeset for help on using the changeset viewer.