Skip to content

Commit a94b8ca

Browse files
committed
Merge branch 'v9.0.1/VersionBranch' of https://github.com/jmayer913/JMayer-Example-ASPReact into v9.0.1/VersionBranch
2 parents 1e07a71 + 13b87c3 commit a94b8ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ On the airlines page, the user can create a new airline or edit an existing airl
2828

2929
### Delete
3030

31-
On the airlines page, the user can delete an airline. The user will be required to confirm the deletion or cancel. On confirmation, the airline will be deleted.
31+
On the airlines page, the user can delete an airline. The user will be required to confirm the deletion or cancel. On confirmation, the airline and its associated flights will be deleted.
3232

3333
<img width="413" alt="image" src="https://github.com/user-attachments/assets/de48d6ec-4046-44fa-850c-298005312601" />
3434

@@ -48,6 +48,8 @@ On the flight schedule page, the user can create a new flight or edit an existin
4848
* Depart Time - The schedule time the plane will depart from the gate; required.
4949
* Sort Destination - The sort destination bags will be sorted too for the flight; required.
5050

51+
If the flight's airline, flight number and destination match another flight, the add or edit will be rejected by the server.
52+
5153
<img width="404" alt="image" src="https://github.com/user-attachments/assets/cd3dbf00-6797-4f05-b683-7fe5b8e49294" />
5254

5355
<img width="401" alt="image" src="https://github.com/user-attachments/assets/9953df72-ecef-45fb-9821-95964a7e45ba" />

0 commit comments

Comments
 (0)