In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1194 [In-Portal CMS] Data Management bug report always 2012-01-29 09:27 2012-07-25 05:31
alex  
alex  
normal  
closed 5.1.3  
fixed  
 
none 5.2.0-B2  
https://groups.google.com/d/topic/in-portal-bugs/7ee9yJrkr5g/discussion
Fixes multilingual virtual field processing problem
1
0001194: Virtual multilingual fields don't work sometimes
Unit configuration:
1. virtual field defined as: 'FieldName' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'default' => '');
2. calculated field defined as: 'FieldName' => 'other_table.l%2$s_FieldName'

Then we need to recall object 2 times with different Special and as a result code: $object->GetField('FieldName') will work for first object, but won't work for 2nd object.
patch virtual_ml_field_broken_fix.patch (955) 2012-01-29 09:27
http://tracker.in-portal.org/file_download.php?file_id=1497&type=bug
Issue History
2012-07-25 05:31 alex Note Added: 0004985
2012-07-25 05:31 alex Status resolved => closed
2012-01-29 09:32 alex Note Added: 0004434
2012-01-29 09:32 alex Status reviewed and tested => resolved
2012-01-29 09:32 alex Fixed in Version => 5.2.0-B2
2012-01-29 09:32 alex Resolution open => fixed
2012-01-29 09:32 alex Assigned To !COMMUNITY => alex
2012-01-29 09:32 alex Changeset attached 5.2.x r15098
2012-01-29 09:31 alex Note Added: 0004433
2012-01-29 09:31 alex Status needs testing => reviewed and tested
2012-01-29 09:31 alex Assigned To => !COMMUNITY
2012-01-29 09:31 alex Developer => alex
2012-01-29 09:31 alex Status active => needs testing
2012-01-29 09:27 alex New Issue
2012-01-29 09:27 alex File Added: virtual_ml_field_broken_fix.patch
2012-01-29 09:27 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/7ee9yJrkr5g/discussion
2012-01-29 09:27 alex Change Log Message => Fixes multilingual virtual field processing problem
2012-01-29 09:27 alex Estimate Points => 1

Notes
(0004433)
alex   
2012-01-29 09:31   
Will test all together later.
(0004434)
alex   
2012-01-29 09:32   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001194: Virtual multilingual fields don't work sometimes
(0004985)
alex   
2012-07-25 05:31   
Since 5.2.0 version was released.