From 95499e15bc097d3c35d59c4f996538b5563065f4 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 20 Oct 2010 10:59:56 -0400 Subject: [PATCH] Don't make client addressbook source a required configuration parameter. Chicken and egg problem: when turba is first installed, and using a source like localsql with shares enabled, there will be no existing address books found to list. If left unpopulated, this will cause client/* api calls to fail, but before we made this a select list, we made it default to 'localsql' - which would cause the clients/* api methods to fail since that's not a valid source when using shares. So, making this non-required doesn't loose anything we had before. --- turba/config/conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turba/config/conf.xml b/turba/config/conf.xml index 9d2e12c6b..06947f088 100644 --- a/turba/config/conf.xml +++ b/turba/config/conf.xml @@ -15,7 +15,7 @@ Clients - + -- 2.11.0