Closed (fixed)
Project:
Services
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2010 at 15:06 UTC
Updated:
1 Feb 2011 at 21:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
kylebrowning commentedSet to needs review for testing.
Comment #2
kylebrowning commentedComment #4
polarbear128 commentedReopening this as this is a patch that introduced a bug.
See http://drupal.org/node/1010082
The root cause is that services.services.api.php has a typo in the comments for usage (Advises use of params, when it should be param). This caused patch submitter to create a module with incorrect argument, and when it didn't work, to submit a patch that fixes the bug in their module, but causes it in the "core" Services modules.
Patch needs rolled back and documentation in services.services.api.php needs amended for typo.
Cheers
Comment #5
ygerasimov commentedpolarbear128 is right. If we look at implementation of standard user resource (index method), the key is 'param' and not 'params'. Please rollback.
Comment #6
gddThis has been committed to 7.x, will get to the 6.x issues after I get that release tagged.
Comment #7
kylebrowning commentedPlease review 6.x patch
Comment #8
kylebrowning commentedfixed and commited for 6.x