diff options
Diffstat (limited to 'radicale_infcloud/web/config.js')
-rw-r--r-- | radicale_infcloud/web/config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/radicale_infcloud/web/config.js b/radicale_infcloud/web/config.js index 0dd9056..096adbe 100644 --- a/radicale_infcloud/web/config.js +++ b/radicale_infcloud/web/config.js @@ -125,7 +125,7 @@ var globalEnableDevelBuilds=true; // globalAccountSettings // globalNetworkCheckSettings // globalNetworkAccountSettings (available in auth module only) -// - settingsAccount DISABLED by stackrpms branch. This is totally ignored now. +// - settingsAccount // NOTE: server support for custom DAV properties is REQUIRED! // This option sets the account where the client properties such as: // loaded collections, enabled collections, ... are saved during @@ -352,6 +352,7 @@ var globalNetworkCheckSettings={ timeOut: 90000, lockTimeOut: 10000, checkContentType: true, + settingsAccount: true, delegation: true, additionalResources: [], hrefLabel: null, |