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
c79f7c70
Commit
c79f7c70
authored
Nov 07, 2021
by
Claudio Cambra
Browse files
Fixed breakage with regular daily recurrence
parent
6b6c1018
Pipeline
#94889
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/IncidenceEditor.qml
View file @
c79f7c70
...
...
@@ -417,7 +417,7 @@ Kirigami.ScrollablePage {
]
delegate
:
Kirigami.BasicListItem
{
text
:
modelData
.
display
onClicked
:
if
(
modelData
.
interval
>
0
)
{
onClicked
:
if
(
modelData
.
interval
>
=
0
)
{
root
.
incidenceWrapper
.
setRegularRecurrence
(
modelData
.
interval
)
}
else
{
root
.
incidenceWrapper
.
clearRecurrences
();
...
...
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