[pim/itinerary] src/app: Show all reserved seat numbers on the vehicle layout page

Volker Krause <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 5ea6c7822dcceca2ea482a622056b9c41611ac94 by Volker Krause.
Committed on 24/07/2026 at 11:48.
Pushed by vkrause into branch 'master'.

Show all reserved seat numbers on the vehicle layout page

Rather than just the first one in the current reservation batch.

M  +3    -1    src/app/TrainPage.qml

https://invent.kde.org/pim/itinerary/-/commit/5ea6c7822dcceca2ea482a622056b9c41611ac94

diff --git a/src/app/TrainPage.qml b/src/app/TrainPage.qml
index b99a2e786..ddbf2133c 100644
--- a/src/app/TrainPage.qml
+++ b/src/app/TrainPage.qml
@@ -2,6 +2,8 @@
 // SPDX-FileCopyrightText: 2022 Carl Schwan <[email protected]>
 // SPDX-License-Identifier: LGPL-2.0-or-later
 
+pragma ComponentBehavior: Bound
+
 import QtQuick
 import QtQuick.Layouts
 import QtQuick.Controls as QQC2
@@ -37,7 +39,7 @@ PublicTransportPage {
             publicTransportManager: root.controller.liveDataManager.publicTransportManager
             selectedVehicleSection: root.reservation.reservedTicket.ticketedSeat.seatSection
             selectedClasses: root.reservation.reservedTicket.ticketedSeat.seatingType
-            seat: root.reservation.reservedTicket.ticketedSeat.seatNumber
+            seat: root.seatString
 
             property bool arrival
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.