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
15550b33
Commit
15550b33
authored
Sep 24, 2022
by
Claudio Cambra
Browse files
Fix tasks in the tasks view showing time for all day events
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
f95f9414
Pipeline
#236341
passed with stage
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/MainViews/TodoTreeView.qml
View file @
15550b33
...
...
@@ -25,6 +25,7 @@ TreeListView {
color
:
todoData
.
color
,
startTime
:
todoData
.
startTime
,
endTime
:
todoData
.
endTime
,
allDay
:
todoData
.
allDay
,
durationString
:
todoData
.
durationString
};
KalendarUiUtils
.
setUpView
(
retainedTodoData
,
incidenceItem
);
...
...
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