In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
940 [In-Portal CMS] Admin Interfaces feature request always 2010-11-30 12:31 2012-07-25 05:33
Dmitry  
alex  
normal  
closed 5.1.1  
fixed  
 
none 5.2.0-B1  
http://groups.google.com/group/in-portal-dev/browse_thread/thread/7763dbb971bf1123
Minor improvements to Grids usability
1
0000940: Minor improvements to Grids usability
Add new configuration variable called "StickyGridSelection"

The variable will have (yes/no) and will be added to "Configuration->Website->Advanced: Admin Console Settings" section after "Editing Window Style". It will change how the record selection in grids will work:

- sticky (from 5.0.0 version) - when one record is clicked and you click on another record, then both records are selected (no Ctrl/Shift is used)

- non-sticky (before 5.0.0 version) - when one record is clicked and you click on another record, then only second record becomes selected (to select many records at once Ctrl/Shift should be used along with clicking)
Side effect: when in non-sticky mode, then Dbl-Clicking will result in all selected records unselection and selection of current record.

In fact only that one record will be edited intead of all records.
patch sticky_grid_selection.patch (10,294) 2010-12-03 06:37
http://tracker.in-portal.org/file_download.php?file_id=871&type=bug
patch sticky_grid_selection_520.patch (10,074) 2011-10-03 04:22
http://tracker.in-portal.org/file_download.php?file_id=1178&type=bug
Issue History
2012-07-25 05:33 alex Note Added: 0005090
2012-07-25 05:33 alex Status resolved => closed
2011-10-22 05:35 alex Estimate Points => 1
2011-10-03 04:23 alex Note Added: 0003960
2011-10-03 04:23 alex Status reviewed and tested => resolved
2011-10-03 04:23 alex Fixed in Version => 5.2.0-B1
2011-10-03 04:23 alex Resolution open => fixed
2011-10-03 04:23 alex Assigned To !COMMUNITY => alex
2011-10-03 04:23 alex Changeset attached 5.2.x r14606
2011-10-03 04:23 alex Note Added: 0003959
2011-10-03 04:23 alex Status needs testing => reviewed and tested
2011-10-03 04:22 alex Time Estimate Removed 1 =>
2011-10-03 04:22 alex Status needs work => needs testing
2011-10-03 04:22 alex File Added: sticky_grid_selection_520.patch
2011-09-26 04:54 alex Time Estimate Added 1
2011-09-23 20:40 Dmitry Status reviewed and tested => needs work
2011-09-23 20:39 Dmitry Note Added: 0003878
2011-09-23 20:39 Dmitry Target Version Icebox => 5.2.0
2011-09-11 22:28 Dmitry Note Added: 0003733
2011-09-11 22:28 Dmitry Status needs testing => reviewed and tested
2010-12-03 06:37 alex Assigned To => !COMMUNITY
2010-12-03 06:37 alex Developer => alex
2010-12-03 06:37 alex Status active => needs testing
2010-12-03 06:37 alex File Added: sticky_grid_selection.patch
2010-11-30 16:32 alex Description Updated bug_revision_view_page.php?rev_id=620#r620
2010-11-30 16:32 alex Additional Information Updated bug_revision_view_page.php?rev_id=622#r622
2010-11-30 12:31 Dmitry New Issue
2010-11-30 12:31 Dmitry Reference => http://groups.google.com/group/in-portal-dev/browse_thread/thread/7763dbb971bf1123
2010-11-30 12:31 Dmitry Change Log Message => Minor improvements to Grids usability

Notes
(0003733)
Dmitry   
2011-09-11 22:28   
Reviewed and tested good, ready for commit!
(0003878)
Dmitry   
2011-09-23 20:39   
New patch needed for 5.2.0 (PHP 5 format)
(0003959)
alex   
2011-10-03 04:23   
Will test all together.
(0003960)
alex   
2011-10-03 04:23   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0000940: Minor improvements to Grids usability
(0005090)
alex   
2012-07-25 05:33   
Since 5.2.0 version was released.