From d135fa0387672c10bad70b44867470affe1a3232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Nicole?= Date: Mon, 14 May 2018 11:11:46 +0200 Subject: Fix CalDAV test in Docker + add Calendar and Todo in the database layout Summary: Like the title says. Also removed a "/" that got doubled between the collection URI and the item path, because it made Cyrus freak out (returning unauthorized errors) Reviewers: cmollekopf Tags: #sink Differential Revision: https://phabricator.kde.org/D12755 --- common/storage/entitystore.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/storage/entitystore.cpp b/common/storage/entitystore.cpp index d5a7c5f..baea388 100644 --- a/common/storage/entitystore.cpp +++ b/common/storage/entitystore.cpp @@ -85,7 +85,9 @@ static Sink::Storage::DbLayout dbLayout(const QByteArray &instanceId) mergeImpl(map, ApplicationDomain::TypeImplementation::typeDatabases()); mergeImpl(map, ApplicationDomain::TypeImplementation::typeDatabases()); mergeImpl(map, ApplicationDomain::TypeImplementation::typeDatabases()); + mergeImpl(map, ApplicationDomain::TypeImplementation::typeDatabases()); mergeImpl(map, ApplicationDomain::TypeImplementation::typeDatabases()); + mergeImpl(map, ApplicationDomain::TypeImplementation::typeDatabases()); return merge(baseDbs(), map); }(); return {instanceId, databases}; -- cgit v1.2.3