Bug #929
MongoDB Records fail automated loading
Description
Since the last update, MongoDB records can no longer be loaded automatically because they don't have a _LoadAsForeign
method.
Associated revisions
History
#1 Updated by Elmer de Looff about 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 70
Applied in changeset 4523764b93d4.
#2 Updated by Elmer de Looff about 12 years ago
- Status changed from Resolved to Closed
- % Done changed from 70 to 100
This has been fixed. The _LoadAsForeign
has moved to the BaseRecord, allowing all Record types to be loaded as foreign relation.
Moved _LoadAsForeign to the BaseRecord, allowing all records to be loaded as foreign relations by default. This resolves #929.