In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
982 [In-Portal CMS] Data Management bug report always 2011-01-27 18:05 2011-03-30 09:53
Dmitry  
alex  
normal  
closed 5.1.0-RC1  
fixed  
 
none 5.1.2-B2  
https://groups.google.com/d/topic/in-portal-bugs/64kN2r8yEYc/discussion
Fixed Field Formatting when loading object from Array
0
0000982: Field Formatters are not applied when method kDBItem::LoadFromHash is used
Currently none of the field field Formatters are applied to the Object Field values when using kDBItem::LoadFromHash method.


We are missing the following code which is used in Load method of the same class:

$this->UpdateFormattersSubFields(); // used for updating separate virtual date/time fields from DB timestamp (for example)
patch FieldFormatters-are-not-applied-using-LoadFromHash.patch (571) 2011-01-27 18:05
http://tracker.in-portal.org/file_download.php?file_id=925&type=bug
Issue History
2011-03-30 09:53 Dmitry Note Added: 0003335
2011-03-30 09:53 Dmitry Status resolved => closed
2011-02-15 08:46 alex Changeset attached 5.1.x r14191
2011-02-15 08:46 alex Note Added: 0003243
2011-02-15 08:46 alex Status reviewed and tested => resolved
2011-02-15 08:46 alex Fixed in Version => 5.1.2-B2
2011-02-15 08:46 alex Resolution open => fixed
2011-02-15 08:46 alex Assigned To !COMMUNITY => alex
2011-02-15 08:44 alex Note Added: 0003242
2011-02-15 08:44 alex Status needs testing => reviewed and tested
2011-02-08 14:38 Dmitry Target Version 5.1.2-B2 => 5.1.2
2011-01-28 11:20 alex Description Updated bug_revision_view_page.php?rev_id=672#r672
2011-01-28 11:20 alex Summary Field Formatters are not applied when using LoadFromHash => Field Formatters are not applied when method kDBItem::LoadFromHash is used
2011-01-27 22:29 Dmitry Reference => https://groups.google.com/d/topic/in-portal-bugs/64kN2r8yEYc/discussion
2011-01-27 18:07 Dmitry version 5.1.2-B1 => 5.1.0-RC1
2011-01-27 18:05 Dmitry Assigned To => !COMMUNITY
2011-01-27 18:05 Dmitry Developer => Dmitry
2011-01-27 18:05 Dmitry Status active => needs testing
2011-01-27 18:05 Dmitry New Issue
2011-01-27 18:05 Dmitry File Added: FieldFormatters-are-not-applied-using-LoadFromHash.patch
2011-01-27 18:05 Dmitry Change Log Message => Fixed Field Formatting when loading object from Array

Notes
(0003242)
alex   
2011-02-15 08:44   
ok
(0003243)
alex   
2011-02-15 08:46   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000982: Field Formatters are not applied when method kDBItem::LoadFromHash is used
Commit on behalf of Dmitry
(0003335)
Dmitry   
2011-03-30 09:53   
Closing, since 5.1.2 release has been released.