Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Itinerary
Commits
8b2f7e39
Commit
8b2f7e39
authored
Oct 28, 2021
by
Volker Krause
Browse files
Hide seat information for bus tickets when not available
parent
5af4059f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/BusPage.qml
View file @
8b2f7e39
...
...
@@ -120,10 +120,13 @@ App.DetailsPage {
Kirigami.Separator
{
Kirigami.FormData.label
:
i18n
(
"
Seat
"
)
Kirigami.FormData.isSection
:
true
visible
:
seatLabel
.
visible
}
QQC2.Label
{
id
:
seatLabel
Kirigami.FormData.label
:
i18n
(
"
Seat:
"
)
text
:
reservation
.
reservedTicket
.
ticketedSeat
.
seatNumber
visible
:
text
!==
""
}
// booking details
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment