https://bugzilla.wikimedia.org/show_bug.cgi?id=30284
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Markus Krötzsch <[email protected]> 2012-02-11 22:25:20 UTC --- Thanks, Kazimierz, for your analysis and suggestions. I have fixed the issue in r111267 and r111268. You were mostly right about the cause of the problem, but the main issue was in method getNextDataValue() where the (type record) property was used to create a datavalue object for the selected record field. The code there now finds and uses the correct property for each subvalue, even though this is not very efficient. The comment about the "Known limitation" is in fact not relevant here. This limiation was always the same and only affects certain result printers (like timeline) that check the type of a printrequest to find out if a value can be used for a special purpose (in the case of timeline, a date-typed record field would not be accepted as a time to display, because the type says record). But this has always been the same. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
