Ignore:
Timestamp:
14 Sep 2011, 08:28:16 (13 years ago)
Author:
Henrik Bettermann
Message:

We don't need the StudentBaseEdit? page any more. Student won't be allowed to edit their base data.

The password shouldn't be a form field on the StudentBaseManageFormPage?. I still prefer a simple attribute declaration. Why do we need a schema field?

Students are not allowed to edit their name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/student.py

    r6749 r6764  
    2424from waeup.sirp.interfaces import IObjectHistory
    2525from waeup.sirp.students.interfaces import (
    26     IStudent, IStudentNavigation, IStudentBaseEdit, IStudentClearanceEdit,
     26    IStudent, IStudentNavigation, IStudentClearanceEdit,
    2727    IStudentPersonalEdit)
    2828from waeup.sirp.utils.helpers import attrs_to_fields
     
    3434    """
    3535    grok.implements(IStudent, IStudentNavigation,
    36         IStudentBaseEdit, IStudentClearanceEdit, IStudentPersonalEdit)
     36        IStudentPersonalEdit)
    3737    grok.provides(IStudent)
    3838
Note: See TracChangeset for help on using the changeset viewer.