Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.8
-
Fix Version/s: 1.7.8
-
Component/s: Zend_Gdata
-
Labels:None
Description
In App::importUrl() we set the API version for a data model class after the XML is already parsed. This causes a problem where certain XML elements end up in the extension_elements array instead of being parsed. The version needs to be determined prior to XML parsing in order to ensure that every XML element is addressed properly.
Review @ http://codereview.appspot.com/27107