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
c7d32971
Commit
c7d32971
authored
Sep 12, 2022
by
Claudio Cambra
Browse files
Fix add sub-task button in incidence info drawer
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
6089b939
Pipeline
#230677
passed with stage
in 2 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Drawers/IncidenceInfoDrawer.qml
View file @
c7d32971
...
...
@@ -68,7 +68,7 @@ Kirigami.OverlayDrawer {
text
:
i18n
(
"
Add Sub-Task
"
)
visible
:
incidenceInfoContents
.
incidenceWrapper
.
incidenceType
===
IncidenceWrapper
.
TypeTodo
onTriggered
:
{
Kalendar
.
UiUtils
.
setUpAddSubTodo
(
incidenceInfoContents
.
incidenceWrapper
);
KalendarUiUtils
.
setUpAddSubTodo
(
incidenceInfoContents
.
incidenceWrapper
);
if
(
Kirigami
.
Settings
.
isMobile
)
{
root
.
close
();
...
...
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