Due to a small bug, Services Raw only ever assigns the global user to a node, instead of mapping the $node->name to a $user->uid when the user name exists on the site. I'll attach a patch below.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cspiker’s picture

Status: Active » Needs review
FileSize
1.19 KB

Here is the patch.

mhrabovcin’s picture

I don't like using $user variable if its not referencing current user so I've changed that to $account.

mhrabovcin’s picture

Status: Needs review » Fixed

Committed to repo, thanks!

Status: Fixed » Closed (fixed)

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