<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Display alternativeName in addressbook list</title> 
  <pubDate>Thu, 09 Apr 2026 12:38:59 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/14280</link> 
  <atom:link rel="self" type="application/rss+xml" title="Display alternativeName in addressbook list" href="https://bugs.horde.org/ticket/14280/rss" /> 
  <description>Display alternativeName in addressbook list</description> 
 
   
   
  <item> 
   <title>I&#039;m using the default &#039;localsql&#039; backend and have configured</title> 
   <description>I&#039;m using the default &#039;localsql&#039; backend and have configured the &#039;lastname&#039; field to be optional.

I&#039;m trying to get a company contact to display the &#039;company&#039; field rather than the &#039;name&#039; field on the address book list page. I assumed the &#039;alternativeName&#039; field would be displayed (default set to &#039;company&#039;) but it is just displaying &quot;Blank name&quot;.

The reason behind this is that in the &quot;lib\View\Browse.php&quot; file, on line 473, you are querying for either a list of columns or just the &#039;name&#039; field. Adding the company to the list of columns, then excludes it in the &quot;templates\browse\row.inc&quot; file on line 6.

The fix for this is to add the &#039;alternativeName&#039; field to the list of fields in the &quot;lib\View\Browser.php&quot; file.</description> 
   <pubDate>Sun, 06 Mar 2016 16:25:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14280#t90110</link> 
  </item> 
   
  <item> 
   <title>I don&#039;t have a patch file but changing the line from:

$re</title> 
   <description>I don&#039;t have a patch file but changing the line from:

$results = $driver-&gt;search($type_filter, $sortorder, &#039;AND&#039;, array_merge(array(&#039;__uid&#039;), $columns ? $columns : array(&#039;name&#039;));

to:

$results = $driver-&gt;search($type_filter, $sortorder, &#039;AND&#039;, array_merge(array(&#039;__uid&#039;), $columns ? $columns : array(&#039;name&#039;, $driver-&gt;alternativeName ? $driver-&gt;alternativeName : &#039;&#039;)));

fixes the problem.</description> 
   <pubDate>Sun, 06 Mar 2016 16:28:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14280#t90111</link> 
  </item> 
   
  <item> 
   <title>Based on the line numbers, this is being reported against FW</title> 
   <description>Based on the line numbers, this is being reported against FW_52, not Git, though probably needs to be looked at there too.</description> 
   <pubDate>Mon, 07 Mar 2016 13:33:03 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14280#t90112</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (FRAMEWORK_5_2):

commit 070ce</title> 
   <description>Changes have been made in Git (FRAMEWORK_5_2):

commit 070ce5795db890fe0191f75cf3acb00c46ccdb19
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Mon Mar 7 10:10:52 2016 -0500

    Bug: 14280 Honor the alternative_name mapping.

 turba/lib/Driver.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/070ce5795db890fe0191f75cf3acb00c46ccdb19</description> 
   <pubDate>Mon, 07 Mar 2016 15:11:39 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14280#t90114</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 62ae628833dd</title> 
   <description>Changes have been made in Git (master):

commit 62ae628833dd8bc9ca1bcdc5e45c6d8409f5293c
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Mon Mar 7 10:10:52 2016 -0500

    Bug: 14280 Honor the alternative_name mapping.

 turba/lib/Driver.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/62ae628833dd8bc9ca1bcdc5e45c6d8409f5293c</description> 
   <pubDate>Mon, 07 Mar 2016 15:15:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14280#t90115</link> 
  </item> 
   
  <item> 
   <title>Fixed in a slightly different way.

Turba 4.2.13</title> 
   <description>Fixed in a slightly different way.

Turba 4.2.13</description> 
   <pubDate>Mon, 07 Mar 2016 15:16:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14280#t90116</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (FRAMEWORK_5_2):

commit 30afe</title> 
   <description>Changes have been made in Git (FRAMEWORK_5_2):

commit 30afe14574e0c24ee1e19e9b4856e73690451cf8
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Mon, 07 Mar 2016 10:11:30 -0500

Bug: 14280 Honor the alternative_name mapping.

 M lib/Driver.php

https://github.com/horde/turba/commit/30afe14574e0c24ee1e19e9b4856e73690451cf8</description> 
   <pubDate>Fri, 20 Oct 2017 20:34:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14280#t92433</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
