Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong airline_id: by acars, controller, resources or api #1854

Open
PaintSplasher opened this issue Jul 21, 2024 · 1 comment
Open

Wrong airline_id: by acars, controller, resources or api #1854

PaintSplasher opened this issue Jul 21, 2024 · 1 comment

Comments

@PaintSplasher
Copy link

Describe the bug
My VA has multiple airlines. The airline with airline_id = 1 (VCI) exists only as a pilot holder. This airline has no flights, random, assignments or something similar to bid. There are NO flights in the database with an airline_id=1.

1 out of 10/15 flights, gets assigned with airline_id = 1
image

Note: From "search a flight" until "file the flight", the pilot cannot change anything regarding an airline (like a select).

We did a lot of debugging including prefile event to see what could be the issue. What we know so far:

  • the flight itself has the correct airline_id (17 for example)
  • the bid/booking has the correct airline_id
  • the created simbrief has the correct airline_id
  • the request has NOT the correct airline_id ("App\Http\Requests\Acars\PrefileRequest")

You can also see in the attached JSON that we have the airline_id=1(wrong) and in "flight" the correct airline_id=17 in one array.

Version
7.0.0-dev+240703.8e2828

Additional context
data.json

@FatihKoz
Copy link
Contributor

Still a mystery, I can not reproduce something similar 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants