Fix bug that could generate wrong XML while exporting objects
MinimalMapping.__getitem__ can only accept real (sub)ids as parameter, otherwise there would be conflicts between <minimal_oid_of_record_1>.<real_subid> and <real_oid_of_record_2> if <minimal_oid_of_record_1> == <real_oid_of_record_2> This is easy to reproduce if you export the whole portal at once. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40324 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment