pq25515 - Retrieving a child's parent will also retrieve all the parent's other children. ----------------------------------------------------------------------- Affected Platforms: Affected Features: Object Extender Prerequisites: v4.5 Symptom: When you retrieve/access the parent of a child, then all the parent's other children are also retrieved. Solution: To resolve the problem, change LinkCollectionShell>>#secondaryConnectToRetrieved: so that it only contains the comment, "Do nothing". This effectively deletes the method.