Issue Type: Bug Created: 2009-03-24T16:46:17.000+0000 Last Updated: 2009-03-25T15:52:17.000+0000 Status: Resolved Fix version(s): - 1.7.8 (30/Mar/09)
Reporter: Jochen Hartmann (jhartmann) Assignee: Jochen Hartmann (jhartmann) Tags: - Zend_Gdata
Related issues: Attachments:
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.
Posted by Jochen Hartmann (jhartmann) on 2009-03-24T17:05:58.000+0000
Review @ http://codereview.appspot.com/27107
Posted by Jochen Hartmann (jhartmann) on 2009-03-25T15:52:15.000+0000
Fixed in trunk in r14489 and merged to 1-7 in r14490.