Summary | Autocomplete does not work for contact list names |
Queue | Turba |
Queue Version | 3.0.11 |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | Horde Developers (at) , mrubinsk (at) horde (dot) org |
Requester | asa (at) isac (dot) gov (dot) in |
Created | 02/04/2012 (4936 days ago) |
Due | |
Updated | 08/29/2012 (4729 days ago) |
Assigned | 02/06/2012 (4934 days ago) |
Resolved | 02/17/2012 (4923 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit cf1d2bfc262b03b94f0e257100662320993ee4a6
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Feb 17 11:23:05 2012 -0500
Need to include the __members field by default also.
Otherwise, contact lists will always be empty.
Bug: 10961turba/lib/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cf1d2bfc262b03b94f0e257100662320993ee4a6
does not work at all and I can see ldap server being queried by the
client while address is being typed in. So I want to ask if this
could be the same problem and also if this fix has landed with
3.0.12 or not because I am using this version and I still have the
problem...
list (that is correctly returned from the autocompleter) not expanding
to the address list in the To field.
You are possibly hitting against
Bug: 10843not work at all and I can see ldap server being queried by the client
while address is being typed in. So I want to ask if this could be the
same problem and also if this fix has landed with 3.0.12 or not
because I am using this version and I still have the problem...
commit 601f261b920d48a19ac462deab3887e7e57c6062
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Feb 17 11:29:28 2012 -0500
Need to include the __members field by default also.
Otherwise, contact lists will always be empty.
Bug: 10961turba/docs/CHANGES | 2 ++
turba/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/601f261b920d48a19ac462deab3887e7e57c6062
commit 26875e1907664f85e072437d2310073bd28dec20
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Feb 17 11:23:05 2012 -0500
Need to include the __members field by default also.
Otherwise, contact lists will always be empty.
Bug: 10961turba/lib/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/26875e1907664f85e072437d2310073bd28dec20
commit 601f261b920d48a19ac462deab3887e7e57c6062
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Feb 17 11:29:28 2012 -0500
Need to include the __members field by default also.
Otherwise, contact lists will always be empty.
Bug: 10961turba/docs/CHANGES | 2 ++
turba/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/601f261b920d48a19ac462deab3887e7e57c6062
commit 26875e1907664f85e072437d2310073bd28dec20
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Feb 17 11:23:05 2012 -0500
Need to include the __members field by default also.
Otherwise, contact lists will always be empty.
Bug: 10961turba/lib/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/26875e1907664f85e072437d2310073bd28dec20
State ⇒ Resolved
commit cf1d2bfc262b03b94f0e257100662320993ee4a6
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Feb 17 11:23:05 2012 -0500
Need to include the __members field by default also.
Otherwise, contact lists will always be empty.
Bug: 10961turba/lib/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cf1d2bfc262b03b94f0e257100662320993ee4a6
Priority ⇒ 3. High
create a contactlist group.
Assigned to Michael Rubinsky
Assigned to Jan Schneider
Assigned to
Version ⇒ 3.0.11
Queue ⇒ Turba
State ⇒ Assigned
Priority ⇒ 2. Medium
returning the list of groups, but these group objects all have
completely empty __members data (at least the SQL driver), since this
field is not returned in the original search.
Priority ⇒ 3. High
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ autocomplete does not work for contact list names
Type ⇒ Bug
local sql database). In H3/IMP4 they used to getting expanded when
typed To field with corresponding email addresses. This does not
happen anymore with H4. I have confirmed with one more user this
behavior.