-
Notifications
You must be signed in to change notification settings - Fork 162
Description
Describe the bug
phpVMS allows storing flight numbers greater than 9999, or in a different term with 5 digits while importing flights. This should not happen, because a flight number can not have 5 digits.
Version
v7.0.4
To Reproduce
Steps to reproduce the behavior:
- Just update some flights via csv with a flight number like 15978
- See it is nicely imported
Expected behavior
Either manually or via import, inserted flight numbers should not exceed 9999 (as an integer), it should be limited to 4 chars.
Additional context
Same protections should apply to a pirep's flight_number field too.
Metadata
Metadata
Assignees
Labels
No labels
