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
PIM
Kalendar
Commits
b72147ec
Commit
b72147ec
authored
Nov 28, 2021
by
Claudio Cambra
Browse files
Disabled tags combo in incidence editor when there are no tags to choose from
parent
7e04147d
Pipeline
#101964
passed with stage
in 5 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/IncidenceEditor.qml
View file @
b72147ec
...
...
@@ -801,6 +801,7 @@ Kirigami.ScrollablePage {
QQC2.ComboBox
{
Layout.fillWidth
:
true
enabled
:
count
>
0
model
:
TagManager
.
tagModel
displayText
:
root
.
incidenceWrapper
.
categories
.
length
>
0
?
root
.
incidenceWrapper
.
categories
.
join
(
i18nc
(
"
List separator
"
,
"
,
"
))
:
...
...
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