There is an inversion between the feed number and the feed title on line 761 which prevent one to modify a feed item. The validate hook catch the wrong feed number (as it is a title instead of a number) and stop the update.

Line 761 should be:
$feeds[$temp['nid']] = $temp['title'];

Patch is attached

CommentFileSizeAuthor
update_item_form.patch.txt520 bytescirotix

Comments

jmiccolis’s picture

Thanks for the patch. it worked great for me.

RobRoy’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Sorry if I stepped on any toes, but the patch is good and it needed to be done.

RobRoy’s picture

Assigned: Unassigned » RobRoy
Status: Fixed » Closed (fixed)

Closing duplicate issue.

RobRoy’s picture

Status: Closed (fixed) » Fixed

Sorry, this was the original issue. Bringing back to fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)