mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -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
124c63dd6b
commit
12db5e1a67
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,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