Opened 23 months ago
Closed 23 months ago
#1487980 closed Bugs (fixed)
Addressbook search results problems with sources and photos
| Reported by: | cabeca | Owned by: | |
|---|---|---|---|
| Priority: | 4 | Milestone: | 0.6-beta |
| Component: | Addressbook | Version: | git-master |
| Severity: | normal | Keywords: | addressbook search source photo |
| Cc: |
Description
Hi,
I have an addressbook with two sources, a sql database, and an LDAP directory (named IST). Both sources are well configured and I can see all the contact details and photos correctly.
When I search for a name, I get some results from both sources, but the photos don't appear right (a broken image logo on the browser, error 500 on server).
When I select a search result contact from a sql source, the iframe on the right is using this URL:
https://example.com/rc/?_task=addressbook&_action=show&_source=&_cid=7400-0&_framed=1
and the photo of the contact is using this url:
https://example.com/rc/?_task=addressbook&_cid=7400&_action=photo
When I select a search result contact from an LDAP source, the iframe on the right is using this url:
https://example.com/rc/?_task=addressbook&_action=show&_source=&_cid=dWlkPWlzdDE2OTI5NCxvdT1QZW9wbGUsZGM9aXN0LGRjPXV0bCxkYz1wdA__-IST&_framed=1
and the photo of the contact is using this url:
https://example.com/rc/?_task=addressbook&_cid=dWlkPWlzdDE2OTI5NCxvdT1QZW9wbGUsZGM9aXN0LGRjPXV0bCxkYz1wdA%3D%3D&_action=photo
In the first case if I manipulate the url to this:
https://example.com/rc/?_task=addressbook&_action=show&_source=0&_cid=7400&_framed=1
The contact and the photo are shown correctly.
In the second case if I manipulate the url to this:
https://example.com/rc/?_task=addressbook&_action=show&_source=IST&_cid=dWlkPWlzdDE2OTI5NCxvdT1QZW9wbGUsZGM9aXN0LGRjPXV0bCxkYz1wdA__&_framed=1
The contact and the photo are also shown correctly.
Can this be corrected?
Best Regards
Miguel Cabeça
Change History (1)
comment:1 Changed 23 months ago by alec
- Resolution set to fixed
- Status changed from new to closed

Fixed in [c3dabfad].