Browse Source

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

Fabian Peter Hammerle 5 năm trước cách đây
mục cha
commit
7180702fb5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }