Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Itinerary
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
20
Issues
20
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
Itinerary
Commits
67cebdf0
Commit
67cebdf0
authored
Jan 03, 2019
by
Volker Krause
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show arrival terminal too, if present
parent
e96b5266
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/app/FlightPage.qml
src/app/FlightPage.qml
+5
-1
No files found.
src/app/FlightPage.qml
View file @
67cebdf0
...
@@ -127,7 +127,11 @@ App.DetailsPage {
...
@@ -127,7 +127,11 @@ App.DetailsPage {
App.PlaceDelegate
{
App.PlaceDelegate
{
place
:
reservationFor
.
arrivalAirport
place
:
reservationFor
.
arrivalAirport
}
}
QQC2.Label
{
Kirigami.FormData.label
:
i18n
(
"
Terminal:
"
)
text
:
reservationFor
.
arrivalTerminal
visible
:
reservationFor
.
arrivalTerminal
.
length
>
0
}
// booking details
// booking details
Kirigami.Separator
{
Kirigami.Separator
{
...
...
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