Ignore:
Timestamp:
9 Feb 2018, 09:17:58 (7 years ago)
Author:
Henrik Bettermann
Message:

Display applicant id and error messages in flash message box if student creation has failed.

File:
1 edited

Legend:

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

    r14948 r14949  
    566566                     'waeup.clearStudentFinancially',  # not used in base pkg
    567567                     'waeup.uploadStudentFile', 'waeup.showStudents',
    568                      'waeup.clearAllStudents', 'waeup.createStudents',
     568                     'waeup.clearAllStudents',
     569                     'waeup.createStudents',
    569570                     'waeup.editScores',
    570571                     'waeup.triggerTransition',
     
    614615        'waeup.clearStudent', 'waeup.payStudent',
    615616        'waeup.uploadStudentFile', 'waeup.showStudents',
    616         'waeup.clearAllStudents', 'waeup.createStudents',
     617        'waeup.clearAllStudents',
     618        # 'waeup.createStudents',
    617619        'waeup.editScores',
    618620        # 'waeup.triggerTransition',
Note: See TracChangeset for help on using the changeset viewer.