Opened 13 years ago
Closed 13 years ago
#3834 closed defect (bug) (fixed)
Cannot empty out activity item data when editing
Reported by: | johnjamesjacoby | Owned by: | DJPaul |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | |
Cc: |
Description
Steps to reproduce:
- Edit an activity stream item that would not normally have content. (friend request, new user, etc...)
- Add some content and save
- Edit that same item again, and remove the content
- Save
You cannot empty the content back out again. I think the save() method is ignoring empty values instead of writing them in.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [5513]) Update activity admin edit screen to allow empty values for some fields to be saved. Switch some REQUESTs to POSTs. Fixes #3834