Ignore:
Timestamp:
30 Nov 2012, 07:01:34 (12 years ago)
Author:
Henrik Bettermann
Message:

Adjust tests to the new filterstudents pages. The buttons now redirect to these pages.

ToDo?: Course Advisers should not be able to select the level.

File:
1 edited

Legend:

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

    r9637 r9740  
    445445    icon = 'actionicon_student.png'
    446446    text = _('Show students')
    447     target = 'showdepstudents'
     447    target = 'students'
    448448
    449449class ManageCourseActionButton(ManageActionButton):
     
    469469    icon = 'actionicon_student.png'
    470470    text = _('Show students')
    471     target = 'showcoursestudents'
     471    target = 'students'
    472472
    473473class ShowCertificateStudentsActionButton(ManageActionButton):
     
    479479    icon = 'actionicon_student.png'
    480480    text = _('Show students')
    481     target = 'showcertstudents'
     481    target = 'students'
    482482
    483483class ManageCertificateCourseActionButton(ManageActionButton):
Note: See TracChangeset for help on using the changeset viewer.