Changeset 17884


Ignore:
Timestamp:
10 Aug 2024, 21:31:06 (6 weeks ago)
Author:
Henrik Bettermann
Message:

Omit final clearance fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py

    r17854 r17884  
    6969    """
    7070    form_fields = grok.AutoFields(ICustomStudentBase).omit(
    71         'password', 'suspended', 'suspended_comment', 'flash_notice')
     71        'password', 'suspended', 'suspended_comment', 'flash_notice',
     72        'financially_cleared_by', 'financial_clearance_date',
     73        'finally_cleared_by', 'final_clearance_date')
    7274
    7375class CustomStudentBaseManageFormPage(NigeriaStudentBaseManageFormPage):
     
    7678    form_fields = grok.AutoFields(ICustomStudentBase).omit(
    7779        'student_id', 'adm_code', 'suspended',
    78         'financially_cleared_by', 'financial_clearance_date')
     80        'financially_cleared_by', 'financial_clearance_date',
     81        'finally_cleared_by', 'final_clearance_date')
    7982
    8083class StudentBaseEditFormPage(NigeriaStudentBaseEditFormPage):
Note: See TracChangeset for help on using the changeset viewer.