[Tickets #14280] Re: Display alternativeName in addressbook list

noreply at bugs.horde.org noreply at bugs.horde.org
Sun Mar 6 16:28:20 UTC 2016


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/14280
------------------------------------------------------------------------------
  Ticket             | 14280
  Updated By         | dreytac at homehobby.net
  Summary            | Display alternativeName in addressbook list
  Queue              | Turba
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


dreytac at homehobby.net (2016-03-06 16:28) wrote:

I don't have a patch file but changing the line from:

$results = $driver->search($type_filter, $sortorder, 'AND',  
array_merge(array('__uid'), $columns ? $columns : array('name'));

to:

$results = $driver->search($type_filter, $sortorder, 'AND',  
array_merge(array('__uid'), $columns ? $columns : array('name',  
$driver->alternativeName ? $driver->alternativeName : '')));

fixes the problem.





More information about the bugs mailing list