[Tickets #12709] Columns not validated properly: commit b92ce68a0320c430b87fc8d50e0f1cc29b90c64b

noreply at bugs.horde.org noreply at bugs.horde.org
Wed Sep 25 19:25:44 UTC 2013


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

Ticket URL: http://bugs.horde.org/ticket/12709
------------------------------------------------------------------------------
  Ticket             | 12709
  Created By         | stuart at ruby.naifeh.org
  Summary            | Columns not validated properly: commit
                     | b92ce68a0320c430b87fc8d50e0f1cc29b90c64b
  Queue              | Turba
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              | 1
  Owners             |
------------------------------------------------------------------------------


stuart at ruby.naifeh.org (2013-09-25 19:25) wrote:

Commit b92ce68a0320c430b87fc8d50e0f1cc29b90c64b does not look in the  
right place for Turba to backend mappings, causing additional columns  
not to show in address books.  The commit added code to be sure there  
is a mapping to a backend field before a column will be added to the  
browse view, but it is looking in the wrong place for the mapping and  
when it doesn't find it, it removes the column from the view.  This  
code is looking for mappings in

$GLOBALS['cfgSources'][$source[0]]['params']['config']['map']

, but it should be

$GLOBALS['cfgSources'][$source[0]]['map']

Patch attached.




stuart at ruby.naifeh.org (2013-09-25 19:25) uploaded:  
Turba-Column-Validation.patch

http://bugs.horde.org/h/services/download/?app=whups&actionID=download_file&file=Turba-Column-Validation.patch&ticket=12709&fn=%2FTurba-Column-Validation.patch





More information about the bugs mailing list