-
Notifications
You must be signed in to change notification settings - Fork 13
Feature: Add a is_callsign_editable flag to Booking #836
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Situation: Flights were imported containing a call_sign, but no aircraft_type. According to BookingsImport, when both call_sign and aircraft_type are filled in, these details are not allowed to be edited.
However, because aircraft_type was missing, is_editable is set to true. This meant 2 things:
- Whenever somebody doesn't confirm / cancels their booking, both
callsignandacTypewhere set tonull. - The
callsigncould be changed
The following needs to be done:
- Add
is_callsign_editableflag toBooking - If able without breaking too much: Rename
is_editabletois_actype_editable - Ensure
BookingsImportcan handle the new flag - Change views +
BookingControllerso it can handle the new flag as needed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request