In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
712 [In-Portal CMS] Data Management bug report always 2010-04-25 20:00 2010-05-11 02:59
Dmitry  
alex  
normal  
closed 5.0.3-B2  
fixed  
 
none 5.0.3-B2  
http://groups.google.com/group/in-portal-dev/browse_thread/thread/f3af342eaed10795
Minor fix for SetSorting for Item lists
0
0000712: PrefixSpecial for ListSortings config option not set in SetSorting method of kDBEventHandler class
The problem showed itself when you tried specifying PrefixSpecial with empty values, for example 'search' as below:

'ListSortings' => Array(
   '' => Array(
        'ForcedSorting' => Array("CurrentSort" => 'asc', 'Priority' =>
'desc', 'Name' => 'asc'),
        'Sorting' => Array('Name' => 'asc'),
   ),
 'search' => Array(),
),


In result 'search' wouldn't be selected.
patch IncorrectPrefixSelectionForListSortings.patch (743) 2010-04-25 20:00
http://tracker.in-portal.org/file_download.php?file_id=483&type=bug
Issue History
2010-05-11 02:59 alex Note Added: 0002082
2010-05-11 02:59 alex Status resolved => closed
2010-04-27 02:48 alex Note Added: 0001961
2010-04-27 02:48 alex Status reviewed and tested => resolved
2010-04-27 02:48 alex Fixed in Version => 5.0.3-B2
2010-04-27 02:48 alex Resolution open => fixed
2010-04-27 02:48 alex Assigned To !COMMUNITY => alex
2010-04-27 02:48 alex Changeset attached 5.0.x r13407
2010-04-27 02:48 alex Status needs testing => reviewed and tested
2010-04-25 20:01 Dmitry Change Log Message => Minor fix for SetSorting for Item lists
2010-04-25 20:00 Dmitry Note Added: 0001942
2010-04-25 20:00 Dmitry Assigned To => !COMMUNITY
2010-04-25 20:00 Dmitry Developer => Dmitry
2010-04-25 20:00 Dmitry Status active => needs testing
2010-04-25 20:00 Dmitry New Issue
2010-04-25 20:00 Dmitry File Added: IncorrectPrefixSelectionForListSortings.patch
2010-04-25 20:00 Dmitry Reference => http://groups.google.com/group/in-portal-dev/browse_thread/thread/f3af342eaed10795

Notes
(0001942)
Dmitry   
2010-04-25 20:00   
Please test
(0001961)
alex   
2010-04-27 02:48   
Fix committed to 5.0.x branch. Commit Message:

1. Fixes 0000712: PrefixSpecial for ListSortings config option not set in SetSorting method of kDBEventHandler class
2. Commit on behalf of Dmitry.
(0002082)
alex   
2010-05-11 02:59   
Closing all tasks from released versions.