Closed (fixed)
Project:
Services Entity API
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2013 at 14:31 UTC
Updated:
30 Sep 2013 at 06:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
joachim commentedComment #2
JulienF commentedActually,
Line 42 of file services_entity_resource_clean needs to be:
return $this->get_data($wrapper, '*');
for it to return the entity.
Cheers,
Comment #3
joachim commentedOops!
Any chance you could roll a patch for that?
Comment #4
wodenx commentedSee #1855042: Return an entity rather than entity id on create
Comment #5
joachim commentedFlipping these, as this has the patch.
Also, there's the follow-up in #2.
Comment #6
wodenx commentedI think the follow-up was already committed, no? http://drupalcode.org/project/services_entity.git/blob/refs/heads/7.x-2....
Comment #7
joachim commentedYup, looks like you took care of this in another issue -- git blame says:
commit 9dbf6b5d82e2d88c3f4bf08175aadc31effcea6b
Author: wodenx
Date: Thu Aug 1 09:05:44 2013 +0100
Issue #2051147 by wodenx: Fixed clean controller returning no data on create or update.