YAAMSOrg / yaams-server

Yet Another Airline Management System
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Relationship error between Flight->Aircraft now fixed #37

Closed flymia closed 3 months ago

flymia commented 3 months ago

The relationship between the two models where not correct before. There was a bug, when you could only access the ID of the aircraft, but not the aircraft model itself. This is fixed in this commit.

Also, the dashboard now loads last 5 flights for the current active airline.