#1077 closed defect (fixed)
500 error updating comments in API
Reported by: | Jessica Tallon | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.8.0 |
Component: | programming | Keywords: | api, comment, update |
Cc: | Parent Tickets: |
Description
Using the API you get a HTTP 500 error when you try and send an "update" activity to update a comment. This is caused because the comment.unserialize
takes more arguments (3) than being passed in (2).
Subtickets
Change History (2)
comment:1 Changed 8 years ago by
Owner: | set to Jessica Tallon |
---|---|
Status: | new → in_progress |
comment:2 Changed 8 years ago by
Owner: | Jessica Tallon deleted |
---|---|
Resolution: | → fixed |
Status: | in_progress → closed |
Note: See
TracTickets for help on using
tickets.
This has been fixed as of 9e715bb. There is also a test to check one is able to update a comment that they posted.