Skip to content
Commit 8e354e85 authored by Kevin Funk's avatar Kevin Funk
Browse files

agendaviews: Display recurrence w/o main incidence

Problem: Currently the agenda view hides recurrences which no longer
have a main incidence attached to it. Roundcube just displays these
recurrences, which seems to preferable compared to simply hiding an
event.

This patch forces the agenda view to still display a "lost" recurrence.

Note about the patch: Removed the `mViewCalendar->isValid(incidence)`
check in the if-condition since this is already checked in the first
line of the function and simplifies code.
parent 74bff6a9
Pipeline #45119 passed with stage
in 7 minutes and 28 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment