Page one is using 'list' service. Page two is using 'read' service. I'm not using query service. Page one works fine but it gives me the results for ALL users. I just need for logged in user.. Page 2 also works fine.
Page one is using 'list' service. Page two is using 'read' service. I'm not using query service. Page one works fine but it gives me the results for ALL users. I just need for logged in user.. Page 2 also works fine.
I continue to research. The 'create' service [which updates the collection] has acl added. Using list service, I'm now mapping only session token to session token, then the request variables that i need. Please help!
I added _id to request on list service. Then I mapped _id to new local storage variable. I also unchecked 'header' from 'request' list. Still not working.
I thought the second page should be a 'read' service, not a 'list' service. The first page 'list' service works perfectly. Should I change the service on page 2 to list?