mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Fix column/property type of the calendar order
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
4f33b6937b
commit
941e560b5e
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription
|
|||
'{DAV:}displayname' => ['displayname', 'string'],
|
||||
'{urn:ietf:params:xml:ns:caldav}calendar-description' => ['description', 'string'],
|
||||
'{urn:ietf:params:xml:ns:caldav}calendar-timezone' => ['timezone', 'string'],
|
||||
'{http://apple.com/ns/ical/}calendar-order' => ['calendarorder', 'string'],
|
||||
'{http://apple.com/ns/ical/}calendar-order' => ['calendarorder', 'int'],
|
||||
'{http://apple.com/ns/ical/}calendar-color' => ['calendarcolor', 'string'],
|
||||
'{' . \OCA\DAV\DAV\Sharing\Plugin::NS_NEXTCLOUD . '}deleted-at' => ['deleted_at', 'int'],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue