| Summary | turba extended search cannot handle kolabHomeServer attribute of kolab_global abook source |
| Queue | Kolab |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | wrobel (at) horde (dot) org |
| Requester | m.gabriel (at) das-netzwerkteam (dot) de |
| Created | 02/03/2009 (6121 days ago) |
| Due | |
| Updated | 03/26/2014 (4244 days ago) |
| Assigned | 02/04/2009 (6120 days ago) |
| Resolved | 03/26/2014 (4244 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
State ⇒ Assigned
Priority ⇒ 1. Low
New Attachment: kolabHomaeServer-search-criteria.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kolab
Summary ⇒ turba extended search cannot handle kolabHomeServer attribute of kolab_global abook source
Type ⇒ Bug
State ⇒ Unconfirmed
o search for a person in this abook
o use extended search
the search_criteria.inc template will throw up this error:
Notice: Undefined index: kolabHomeServer in
/usr/local/share/_horde-versions_/horde4-cvs+git-20081223/horde/turba/templates/browse/search_criteria.inc
when i rename the turba attribute kolabHomeServer to __kolabHomeServer
(in sources.php) the error disappears.
patch attached...