In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1181 [In-Portal CMS] Data Management bug report always 2011-12-23 03:40 2012-07-25 05:32
alex  
alex  
normal  
closed 5.1.3  
fixed  
 
none 5.2.0-B1  
https://groups.google.com/d/topic/in-portal-bugs/FC_XsQ8dGhk/discussion
Fixes list merging problem
1
0001181: Main product list is displayed in all sideboxes on a page
To separate data in the lists displayed on the page "special" concept is used. Usually special can be specified like this <inp2:p.special_PrintList/> on a template.
However this approach isn't used for products and "list_name" parameter is specified instead of it like this <inp2:p_PrintList list_name="pick_products"/>. In this case special is generated based on passed tag parameters and always used, when given "list_name" is specified.

Since In-Portal 5.1.0 concept of main list was introduced. Main list is the list on a page, that has pagination/sorting controls. It's main list, because there can be only one such list on a page. But when you have multiple product lists on a page, then their data can be mixed into a single list, when tag <inp2:p_InitList list_name="products_in_category" main_list="1"/> on top of the page.
patch list_mixing_fix.patch (6,703) 2011-12-23 03:40
http://tracker.in-portal.org/file_download.php?file_id=1403&type=bug
Issue History
2012-07-25 05:32 alex Note Added: 0005020
2012-07-25 05:32 alex Status resolved => closed
2011-12-23 03:42 alex Note Added: 0004300
2011-12-23 03:42 alex Status reviewed and tested => resolved
2011-12-23 03:42 alex Fixed in Version => 5.2.0-B1
2011-12-23 03:42 alex Resolution open => fixed
2011-12-23 03:42 alex Assigned To !COMMUNITY => alex
2011-12-23 03:42 alex Changeset attached 5.2.x r14905
2011-12-23 03:42 alex Note Added: 0004299
2011-12-23 03:42 alex Status needs testing => reviewed and tested
2011-12-23 03:42 alex Assigned To => !COMMUNITY
2011-12-23 03:42 alex Developer => alex
2011-12-23 03:42 alex Status active => needs testing
2011-12-23 03:41 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/FC_XsQ8dGhk/discussion
2011-12-23 03:40 alex New Issue
2011-12-23 03:40 alex File Added: list_mixing_fix.patch
2011-12-23 03:40 alex Change Log Message => Fixes list merging problem
2011-12-23 03:40 alex Estimate Points => 1

Notes
(0004299)
alex   
2011-12-23 03:42   
Will test all later together.
(0004300)
alex   
2011-12-23 03:42   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001181: Main product list is displayed in all sideboxes on a page
(0005020)
alex   
2012-07-25 05:32   
Since 5.2.0 version was released.