In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
976 [In-Portal CMS] Admin Interfaces bug report always 2011-01-25 04:55 2011-03-30 09:53
alex  
alex  
normal  
closed 5.1.2-B1  
fixed  
 
none 5.1.2-B2  
https://groups.google.com/d/topic/in-portal-bugs/yOaMpeVAUXk/discussion
Fixed warning, when "grid_picker_filter" is used
0
0000976: Block "grid_picker_filter" incorrectly defines filter type resulting warning, when in use
In-Portal uses advanced data filtering system, where developer can define filter type that will be used for each field being displayed in grid.

For example "grid_options_filter" block will produce SQL like FieldName = ID1, when in used. On the other hand block "grid_picker_filter" will produce SQL like FieldName LIKE '%|ID1|%' when used.

I've noticed, that when "grid_picker_filter" block is used, then I've got warning what it 'options' type filter is undefined for that field. That's obviously is a copy-paste error, since that filter was copied from "grid_options_filter" at some point of development.
patch warning_when_picker_filter_is_in_use.patch (738) 2011-01-25 04:55
http://tracker.in-portal.org/file_download.php?file_id=919&type=bug
Issue History
2011-03-30 09:53 Dmitry Note Added: 0003329
2011-03-30 09:53 Dmitry Status resolved => closed
2011-02-15 10:56 alex Note Added: 0003260
2011-02-15 10:56 alex Status reviewed and tested => resolved
2011-02-15 10:56 alex Fixed in Version => 5.1.2-B2
2011-02-15 10:56 alex Resolution open => fixed
2011-02-15 10:56 alex Assigned To !COMMUNITY => alex
2011-02-15 10:56 alex Changeset attached 5.1.x r14200
2011-02-15 09:44 Dmitry Note Added: 0003251
2011-02-15 09:44 Dmitry Target Version Icebox => 5.1.2
2011-01-25 22:22 Dmitry Note Added: 0003213
2011-01-25 22:22 Dmitry Status needs testing => reviewed and tested
2011-01-25 04:56 alex Assigned To => !COMMUNITY
2011-01-25 04:56 alex Developer => alex
2011-01-25 04:56 alex Status active => needs testing
2011-01-25 04:56 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/yOaMpeVAUXk/discussion
2011-01-25 04:55 alex New Issue
2011-01-25 04:55 alex File Added: warning_when_picker_filter_is_in_use.patch
2011-01-25 04:55 alex Change Log Message => Fixed warning, when "grid_picker_filter" is used

Notes
(0003213)
Dmitry   
2011-01-25 22:22   
Reviewed and tested okay.
(0003251)
Dmitry   
2011-02-15 09:44   
Moved to 5.1.2.
(0003260)
alex   
2011-02-15 10:56   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000976: Block "grid_picker_filter" incorrectly defines filter type resulting warning, when in use
(0003329)
Dmitry   
2011-03-30 09:53   
Closing, since 5.1.2 release has been released.