__bobo_traverse__ messing with acquisition
Brought to you by:
ebrehault
Acquiring 'documents' on the database shouldn't return the 'plomino_documents' child object.
>>> docfolder = db.documents
>>> docfolder
<BTreeFolder2 at /mnt/projectdb/pims/pimsdb/plomino_documents>
>>> db.aq_parent.documents
<ATFolder at /mnt/projectdb/pims/documents>
Sorry, this is the 'documents' property, not the '__bobo_traverse__', which causes the problem.