diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 10fd1dcdbe9..864006362cd 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -12,6 +12,7 @@ 1. [FMS] Improve layout of PERF CLB, PERF CRZ and PERF DES pages according to H3 - @BlueberryKing (BlueberryKing) 1. [FMS] Implement CHECK SPEED MODE message - @BlueberryKing (BlueberryKing) 1. [PFD] The ILS frequency is now visible even when a LOC is not received - @tracernz (Mike) +1. [ATSU] Fixed GROUND REQ page not updating after successful station insert - @BravoMike99 (bruno_pt99) ## 0.11.0 diff --git a/fbw-a32nx/src/base/flybywire-aircraft-a320-neo/html_ui/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/A320_Neo_CDU_MainDisplay.js b/fbw-a32nx/src/base/flybywire-aircraft-a320-neo/html_ui/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/A320_Neo_CDU_MainDisplay.js index e7453f643c3..355e9c3919c 100644 --- a/fbw-a32nx/src/base/flybywire-aircraft-a320-neo/html_ui/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/A320_Neo_CDU_MainDisplay.js +++ b/fbw-a32nx/src/base/flybywire-aircraft-a320-neo/html_ui/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/A320_Neo_CDU_MainDisplay.js @@ -158,6 +158,7 @@ class A320_Neo_CDU_MainDisplay extends FMCMainDisplay { AOCSentMsgs: 75, AOCFreeText: 76, StepAltsPage: 77, + ATCDepartReq: 78, }; this.mcduServerClient = undefined; diff --git a/fbw-a32nx/src/base/flybywire-aircraft-a320-neo/html_ui/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/ATSU/A320_Neo_CDU_ATC_DepartReq.js b/fbw-a32nx/src/base/flybywire-aircraft-a320-neo/html_ui/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/ATSU/A320_Neo_CDU_ATC_DepartReq.js index 8fae0e607fa..00d01e3a49b 100644 --- a/fbw-a32nx/src/base/flybywire-aircraft-a320-neo/html_ui/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/ATSU/A320_Neo_CDU_ATC_DepartReq.js +++ b/fbw-a32nx/src/base/flybywire-aircraft-a320-neo/html_ui/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/ATSU/A320_Neo_CDU_ATC_DepartReq.js @@ -34,6 +34,7 @@ class CDUAtcDepartReq { static ShowPage1(mcdu, store = CDUAtcDepartReq.CreateDataBlock()) { mcdu.clearDisplay(); + mcdu.page.Current = mcdu.page.ATCDepartReq; if (store.firstCall && store.callsign === "") { if (mcdu.atsu.flightNumber().length !== 0) {