File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2323
2424<template >
2525 <span v-if =" display" >
26- {{ recurrenceRule | formatRecurrenceRule }}
26+ {{ formatRecurrenceRule(recurrenceRule) }}
2727 </span >
2828 <span v-else >
2929 {{ t('tasks', 'No recurrence') }}
3232
3333<script >
3434import { translate as t } from ' @nextcloud/l10n'
35- import formatRecurrenceRule from ' ../../../filters /recurrenceRuleFormat.js'
35+ import formatRecurrenceRule from ' ../../../utils /recurrenceRuleFormat.js'
3636
3737export default {
3838 name: ' RepeatSummary' ,
39- filters: {
40- formatRecurrenceRule,
41- },
4239 props: {
4340 /**
4441 * The recurrence-rule object as defined on the eventComponent
@@ -61,6 +58,7 @@ export default {
6158 },
6259 methods: {
6360 t,
61+ formatRecurrenceRule,
6462 },
6563}
6664 </script >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments