Ignore:
Timestamp:
02/21/16 10:18:43 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The entry exam is called in the browser when requested and the status is displayed in text as well (re #285)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/web.py

    r761 r764  
    739739                reply = self._client.getEntryExamStatus()
    740740                result.entryExamPassed = reply[0]
    741                 result.checkFlightStatus = reply[1]
     741                result.entryExamLink = reply[1]
     742                result.checkFlightStatus = reply[2]
    742743
    743744        return result
     
    758759
    759760        result.entryExamPassed = reply[0]
    760         result.checkFlightStatus = reply[1]
     761        result.entryExamLink = reply[1]
     762        result.checkFlightStatus = reply[2]
    761763
    762764        return result
Note: See TracChangeset for help on using the changeset viewer.