Closed (fixed)
Project:
Services
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2007 at 13:00 UTC
Updated:
30 Oct 2007 at 19:46 UTC
The services browser shows two differences from the actual result object which I am getting in Flash. For the node.load and views.getView services, the 'uid' property is coming through as 'userid', and the 'path' property is not there at all.
Comments
Comment #1
nosro commentedAh, I see where and why the uid/userid conversion is happening - a Flex naming conflict. It is commented in the services.module.
Comment #2
nosro commentedI've figured out that the 'path' property is null only when I test the service from Flash locally on my computer. All the other values come through just fine when testing locally. When I post the Flash file on the server the 'path' property has the proper value.
Comment #3
nosro commentedI have narrowed down the problem. The node path is only available via services if the access control for the current user is set to allow 'administer url aliases'.
Comment #4
nosro commentedI'm closing this issue - the problem lies in the path module, see issues http://drupal.org/node/66642 and http://drupal.org/node/87223