-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Milestone
Description
Is this implemented? In the blog post describing the AF2.0 way of working (which I'm using), you state:
However, some features of MMRecord are not supported, such as pagination, MMRecord request options and custom response blocks. If any of these missing features seem important to you, please submit a pull request or open an issue and we will investigate supporting them in the future.
So I don't think you're mentioning primary key injection as being unimplemented, however that entire region of code in MMRecord never seems get called after setting a entityPrimaryKeyInjectionBlock on my entity.
Maybe I'm doing something wrong?
MMRecordOptions *options = [Transaction defaultOptions];
options.entityPrimaryKeyInjectionBlock = ^id(NSEntityDescription *entity,
NSDictionary *dictionary,
MMRecordProtoRecord *parentProtoRecord) {
NSLog(@"Here is never reached :( ");
return nil;
};
[Transaction setOptions:options];
just wondering if I'm mistaken. I'll dig in now too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels