Issue Details (XML | Word | Printable)

Key: MODM-16
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jonathan H. Wage
Reporter: Steven Surowiec
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Doctrine MongoDB ODM

loadById failing on custom ids

Created: 17/Jun/10 08:40 AM   Updated: 17/Jun/10 09:11 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0.0ALPHA2


 Description  « Hide
DocumentManager::loadByID is failing on custom ids right now because it's checking for the custom id flag on the metadata and converting to \MongoID. It should probably be using the new $class->getPHPIdentifierValue method instead.

 All   Comments   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order

Jonathan H. Wage added a comment - 17/Jun/10 09:11 AM
Thanks for the issue and fix!