ソースを参照

config: manually load resource 'family' (delgation == true insufficient, apparently unsupported by radicale)

Fabian Peter Hammerle 6 年 前
コミット
7180702fb5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      config.js

+ 1 - 1
config.js

@@ -290,7 +290,7 @@ var globalNetworkCheckSettings={
 	checkContentType: true,
 	settingsAccount: false,
 	delegation: true,
-	additionalResources: [],
+	additionalResources: ['family'],
 	hrefLabel: null,
 	forceReadOnly: null
 }