Opened 15 years ago
Closed 15 years ago
#3834 closed defect (bug) (fixed)
Cannot empty out activity item data when editing
| Reported by: | johnjamesjacoby | Owned by: | DJPaul |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6 |
| Component: | Activity | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5513]) Update activity admin edit screen to allow empty values for some fields to be saved. Switch some REQUESTs to POSTs. Fixes #3834