Closed (fixed)
Project:
Services
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2011 at 22:51 UTC
Updated:
2 Nov 2011 at 23:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
kylebrowning commentedThe patch technically solves the problem, but I think heres a larger bug that won't pass the default value false off to this function.
REST server handles filling in the default values and I think the issue might be that it doesn't like false as a default value.
Comment #2
marcingy commentedThe issue is that _node_resource_load_node_files does not accept the new additional parameter, and pass it onwards.
Comment #3
marcingy commentedThis should fix the issue.
Comment #4
wedge commentedThanks Marc, that works for me also.
Comment #5
kylebrowning commentedlooks good.
Comment #6
marcingy commentedComment #7
kylebrowning commented