6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
2/26/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6313] Addressbook list not shown
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. ..___.__ .___ | |\ /[__ [ __[__ |__| \/ | [_./|
Comment
> Hello together, > > > > I did a fresh CVS checkout to test the current state > > of the Kolab driver again. I had trouble getting the > > list of addressbooks in Turba. Here's why: > > > > Turba gets a list of addressbooks via > > > > "$addressbooks = Turba::listShares(true);". > > > > After that the names get sorted: > > foreach ($addressbooks as $addressbook) { > > $sorted_addressbooks[$addressbook->getName()] = > $addressbook->get('name'); > > } > > asort($sorted_addressbooks); > > > > Using the Kolab share driver the data was lay out like this: > > > > $addressbook["INBOX%2FKontakte"]: > > $addressbook->getName() = "INBOX/Kontakte"; > > $addressbook->get('name') = "Kontakte"; > > > > Because of the HTML escaping in the key of the array, Turba was unable > > to find the addressbooks again when it tried to display the list. > > Attached patch uses the real key of $addressbooks. > > > > Cheers, > > Thomas > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers