Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIN: Fix bugzilla bug 122064 In the chinese environment, the datatype of the XML element is not supported

-Summary:

Fix bugzilla bug 122064 In the chinese environment, the datatype of the XML element is not supported.

 

-Bugzilla Bug (s) Resolved:

Bugzilla bug 122064

 

-Description:

In the original implementation of xml ui the text in drop down list is used as type directly. When these text are localized they are no longer recognizable by xml driver. A map is add to the driver so that every time the type info is used only the corresponding recognizable type name would be passed to driver.


-Tests Description:
None


-Files Edited:  

"/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/DataTypes.java"

"/org.eclipse.birt.report.data.oda.xml.ui/src/org/eclipse/birt/report/data/oda/xml/ui/wizards/ColumnMappingPage.java"

"/org.eclipse.birt.report.data.oda.xml.ui/src/org/eclipse/birt/report/data/oda/xml/ui/wizards/ColumnMappingElement.java" 

 

- Notes to Build Team:
- Notes to Developers:
- Notes to QA: 
 

- Notes to Documentation:

 


Back to the top