Services Core returns entities for its create and update resources, eg for nodes.

We should do the same.

Comments

joachim’s picture

Status: Active » Fixed
StatusFileSize
new1.96 KB
JulienF’s picture

Actually,

Line 42 of file services_entity_resource_clean needs to be:

return $this->get_data($wrapper, '*');

for it to return the entity.

Cheers,

joachim’s picture

Status: Fixed » Active

Oops!

Any chance you could roll a patch for that?

wodenx’s picture

Status: Active » Closed (duplicate)
joachim’s picture

Status: Closed (duplicate) » Active

Flipping these, as this has the patch.

Also, there's the follow-up in #2.

wodenx’s picture

Status: Active » Fixed
joachim’s picture

Yup, 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.