Ignore:
Timestamp:
22 Mar 2017, 10:24:10 (8 years ago)
Author:
Henrik Bettermann
Message:

Add course_category attribute to course tickets. In the base package,
this attribute is omitted from display and manage pages.

File:
1 edited

Legend:

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

    r14584 r14642  
    25192519        self.assertTrue(
    25202520            self.student['studycourse']['200']['COURSE1'].carry_over is True)
     2521        self.assertTrue(
     2522            self.student['studycourse']['200']['COURSE1'].course_category is None)
    25212523        # Students can open the pdf course registration slip
    25222524        self.browser.open(self.student_path + '/studycourse/200')
Note: See TracChangeset for help on using the changeset viewer.