Skip to content

Commit

Permalink
Merge pull request #6231 from nextcloud/fix/recurrance-until-selection
Browse files Browse the repository at this point in the history
fix: recurrance until selection
  • Loading branch information
st3iny authored Aug 6, 2024
2 parents d6e9103 + 692ea9e commit 3dd8212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Editor/Repeat/Repeat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ export default {
*/
setUntil(until) {
this.calendarObjectInstanceStore.changeRecurrenceUntil({
calendarObjectInstance: this.calendarObjectInstance,
recurrenceRule: this.recurrenceRule,
until,
})
Expand Down
1 change: 1 addition & 0 deletions src/store/calendarObjectInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,7 @@ export default defineStore('calendarObjectInstance', {
recurrenceRule,
})
this.changeRecurrenceUntil({
calendarObjectInstance,
recurrenceRule,
until,
})
Expand Down

0 comments on commit 3dd8212

Please sign in to comment.