Writing doesn't seem to be working correctly with the current dev code? Here are the changes I made to my local copy that made it work.

CommentFileSizeAuthor
salsa_api.module.patch3.1 KBgengel

Comments

codewatson’s picture

Title: Writing to Salsa requires some modifications » Save/Copy/Delete are not functioning
Assigned: Unassigned » codewatson
Status: Active » Fixed

Should be fixed now, made some slight modifications from what you had in the patch but nothing major.

Also fixed minor bug in getLeftJoin.sjs and getObjects.sjs where #fields was not properly changed to #include, which meant it was left out of the query.

Also also, when using #fields in a save query, it needs to be an array, even if its just one value. I'll see if i can fix it later.

Committed changes to 6.x-1.x-dev and 5.x-1.x-dev, until they are repackaged you'll have to get the changes directly from cvs.

Status: Fixed » Closed (fixed)

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

  • codewatson committed eda5341 on 6.x-1.x, 8.x-1.x
    #493544 by gengel, dwatson: Saving data to salsa was not working, now...