From 1bae41e127ee1ac41bb457db6db7605fc28f220e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa=20S=C3=A1ez?= Date: Wed, 20 Jan 2016 11:02:46 +0100 Subject: [PATCH] Request all contacts no longer needs value=. This reverts 1c8b693 and it's possible thanks to removing listRequiresDot option 6b2ec7a Listing contacts didn't work for sources with listRequiresDot set to YES (LDAPSource, by default, had this option that way) --- UI/WebServerResources/ContactsUI.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index 1fa869782..86782e2ae 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -24,8 +24,6 @@ function openContactsFolder(contactsFolder, reload, idx) { if (searchValue && searchValue.length > 0) url += ("&search=" + search["contacts"]["criteria"] + "&value=" + escape(searchValue.utf8encode())); - else - url += "&search=name_or_address&value=."; var sortAttribute = sorting["attribute"]; if (sortAttribute && sortAttribute.length > 0) url += ("&sort=" + sorting["attribute"]