[pim/itinerary/release/26.08] src/app: PublicTransportPage: Fix showing details of departure stop

Kai Uwe Broulik <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 3e99464ff83a24c8bc942b4c514cdd5f268426ed by Kai Uwe Broulik.
Committed on 26/07/2026 at 19:05.
Pushed by broulik into branch 'release/26.08'.

PublicTransportPage: Fix showing details of departure stop


(cherry picked from commit 90cc2c52f0ee6db287364d5181151bb987d5d939)

Co-authored-by: Kai Uwe Broulik <[email protected]>

M  +1    -1    src/app/PublicTransportPage.qml

https://invent.kde.org/pim/itinerary/-/commit/3e99464ff83a24c8bc942b4c514cdd5f268426ed

diff --git a/src/app/PublicTransportPage.qml b/src/app/PublicTransportPage.qml
index 33a109ec2..b3458bcb3 100644
--- a/src/app/PublicTransportPage.qml
+++ b/src/app/PublicTransportPage.qml
@@ -151,7 +151,7 @@ DetailsPage {
                 onClicked: {
                     sheetDrawer.isArrival = false;
                     sheetDrawer.isDeparture = true;
-                    sheetDrawer.stop = root.journeySection.stopover(root.departureStopIndex);
+                    sheetDrawer.stop = root.controller.journey.stopover(root.departureStopIndex);
                     sheetDrawer.popup();
                 }
             }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.