diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-02-20 10:16:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 10:16:47 +0100 |
commit | 2b76e27aad331704ca647746010e68629577ec0c (patch) | |
tree | ba3fcae625789789a53686a60e5b733c698d0c60 /apps/dav/appinfo/info.xml | |
parent | 10ae7af87f2d152e7b76e1105b051a1e07fbaa27 (diff) | |
parent | 3acde071f306a2b0092eb5c81116c8ded971eaeb (diff) | |
download | nextcloud-server-2b76e27aad331704ca647746010e68629577ec0c.tar.gz nextcloud-server-2b76e27aad331704ca647746010e68629577ec0c.zip |
Merge pull request #11832 from nextcloud/bugfix/9849/birthday_without_year
set birthday year to 1970 if no year, take X-APPLE-OMIT-YEAR into account
Diffstat (limited to 'apps/dav/appinfo/info.xml')
-rw-r--r-- | apps/dav/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 5cc374a566d..6d801098c40 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -28,6 +28,7 @@ <repair-steps> <post-migration> <step>OCA\DAV\Migration\FixBirthdayCalendarComponent</step> + <step>OCA\DAV\Migration\RegenerateBirthdayCalendars</step> <step>OCA\DAV\Migration\CalDAVRemoveEmptyValue</step> <step>OCA\DAV\Migration\BuildCalendarSearchIndex</step> <step>OCA\DAV\Migration\RefreshWebcalJobRegistrar</step> |