caleb
unread,Mar 15, 2011, 5:45:07 AM3/15/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to restfulx-framework
Hi Dima,
I am having trouble populating dependencies (just FYI,
fetchDependencies is set to true).
Long story short:
I have 3 models, FolderGroup, Folder, and Note
FolderGroups have many Folders
Folders have many notes
The problem is:
When I do Rx.models.index(FolderGroup), every single FolderGroup
within the resultant ModelsCollection has a null "folders"
property.... unless I call Rx.models.index(Folder), then it works as
expected.
Do you have any insight as to why this would be happening? What is
the best way to resolve it?
Thank you