Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
1ab28577
Commit
1ab28577
authored
Oct 05, 2021
by
Timothée Ravier
Browse files
discover: Do not try to show empty reviews
parent
a4521e97
Pipeline
#147408
passed with stage
in 59 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
discover/qml/ReviewDialog.qml
View file @
1ab28577
...
...
@@ -30,7 +30,7 @@ Kirigami.OverlaySheet
}
QQC2.Label
{
Kirigami.FormData.label
:
i18n
(
"
Name:
"
)
visible
:
reviewDialog
.
backend
.
userName
.
length
>
0
visible
:
page
.
reviewsBackend
!==
null
&&
reviewDialog
.
backend
.
userName
.
length
>
0
Layout.fillWidth
:
true
elide
:
Text
.
ElideRight
text
:
visible
?
reviewDialog
.
backend
.
userName
:
""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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