FLAM Issue Tracker - FL5
View Issue Details
0000730FL51.1 FLCLpublic2015-10-22 11:162015-10-26 15:15
Tilo Eckert 
Falk Reichbott 
normalminoralways
resolvedfixed 
5.1.08 
5.1.09 
0000730: XML (and other) parameters in write.*() are ignored when using read.auto()
The XML parameters are set by uiOrgFmtOpnWrt() when using read.auto(). However, the function has no info about the parameters specified via write.*(), resulting in the XML parameters being ignored.

Solution: Affected parameters specified by the user must be passed to uiOrgFmtOpnWrt() in order to be able to set them for the XML formatter.
No tags attached.
Issue History
2015-10-22 11:16Tilo EckertNew Issue
2015-10-22 11:16Tilo EckertStatusnew => assigned
2015-10-22 11:16Tilo EckertAssigned To => Falk Reichbott
2015-10-26 15:15Falk ReichbottNote Added: 0000903
2015-10-26 15:15Falk ReichbottStatusassigned => resolved
2015-10-26 15:15Falk ReichbottFixed in Version => 5.1.09
2015-10-26 15:15Falk ReichbottResolutionopen => fixed
2015-10-26 15:15Falk ReichbottView Statusprivate => public

Notes
(0000903)
Falk Reichbott   
2015-10-26 15:15   
The XML parameter and all other formatting parameter are now support if read.auto used.

There was a structure missing to transport the formatting parameter at write if read.auto() was used.