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
| Comment | File | Size | Author |
|---|---|---|---|
| update_item_form.patch.txt | 520 bytes | cirotix |
Comments
Comment #1
jmiccolis commentedThanks for the patch. it worked great for me.
Comment #2
RobRoy commentedCommitted to HEAD. Sorry if I stepped on any toes, but the patch is good and it needed to be done.
Comment #3
RobRoy commentedClosing duplicate issue.
Comment #4
RobRoy commentedSorry, this was the original issue. Bringing back to fixed.
Comment #5
(not verified) commented