Ignore:
Timestamp:
11 Mar 2014, 09:10:47 (11 years ago)
Author:
Henrik Bettermann
Message:

'Create student' option removed from 'Application Transition'

select field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_applicantcopier.py

    r10647 r11482  
    7878        self.app['faculties']['fac1']['dep1'].certificates.addCertificate(
    7979            self.certificate)
     80        # Managers are not allowed to trigger the create transition manually
     81        self.assertFalse('<option value="create">' in self.browser.contents)
     82        # Student can be created
    8083        (success, msg) = self.applicant.createStudent()
    8184        self.assertTrue('created' in msg)
Note: See TracChangeset for help on using the changeset viewer.