Summary | Options - Column display fields can be hidden with multiple sources |
Queue | Turba |
Queue Version | 2.2 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , mrubinsk (at) horde (dot) org |
Requester | mark.manning (at) nexussafe (dot) com |
Created | 06/12/2008 (6230 days ago) |
Due | 06/13/2008 (6229 days ago) |
Updated | 06/12/2008 (6230 days ago) |
Assigned | 06/12/2008 (6230 days ago) |
Resolved | 06/12/2008 (6230 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
http://cvs.horde.org/diff.php/turba/templates/prefs/columnselect.inc?r1=1.34&r2=1.35&ty=u
Assigned to
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Options - Column display fields can be hidden with multiple sources
Due ⇒ 06/13/2008
Queue ⇒ Turba
Milestone ⇒
New Attachment: columnselect.inc.patch
State ⇒ New
the same field names and one or more of those fields is selected for
display in one source it will not be a visible for selecting in the
other sources. Note that this only applies if you have saved the
setting and come back to the page.
Attached is a patch that should fix the problem. The cause was that
the selected fields array was not cleared so if the next source had no
selections you never went into the "selected items" loop but used
those field names to to skip over in the "unselected items" loop that
followed.