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
a3aa4194
Commit
a3aa4194
authored
Sep 12, 2022
by
Claudio Cambra
Browse files
Ensure propery incidence info component is being closed in hourly view
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
c39d9e9e
Pipeline
#230657
failed with stage
in 2 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/MainViews/HourlyView.qml
View file @
a3aa4194
...
...
@@ -906,7 +906,7 @@ Kirigami.Page {
anchors.fill
:
parent
addDate
:
new
Date
(
DateUtils
.
addDaysToDate
(
viewLoader
.
startDate
,
dayColumn
.
index
).
setHours
(
index
))
onAddNewIncidence
:
KalendarUiUtils
.
setUpAdd
(
type
,
addDate
,
null
,
true
)
onDeselect
:
KalendarUiUtils
.
appMain
.
incidenceInfo
Dra
wer
.
close
()
onDeselect
:
KalendarUiUtils
.
appMain
.
incidenceInfo
Vie
wer
.
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