Ignore:
Timestamp:
03/16/18 08:58:18 (6 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Aircraft type information (currently DOW, and crew-specific DOW values) are queried via RPC when logging in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/web.py

    r895 r898  
    817817            result.types = loginResult[2]
    818818            result.password = password
     819
     820            result.aircraftTypes = client.getTypes()
     821
    819822            flights = client.getFlights()
    820823            result.flights = flights[0]
    821824            result.reportedFlights = flights[1]
    822825            result.rejectedFlights = flights[2]
     826
    823827            if result.rank=="STU":
    824828                reply = client.getEntryExamStatus()
Note: See TracChangeset for help on using the changeset viewer.