#9342 closed defect (bug) (invalid)
Incorrect comment status after update
Reported by: | bobrik | Owned by: | azaozz |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7.1 |
Component: | Comments | Keywords: | dev-feedback needs-patch |
Focuses: | Cc: |
Description
When you change comment status via ajax interface, not via full comment edition form, you will get wrong comment_approved status from comment object.
You may see that if try to use my test plugin. It will put info to http server logs (grep by WRONG word). Try to change comment status via ajax and via full edition and see what happens.
Sorry for my English, it really bad, I know.
Attachments (1)
Change History (6)
#2
@
16 years ago
- Component changed from Comments to JavaScript
- Milestone changed from 2.7.2 to 2.8
- Owner set to azaozz
#4
@
15 years ago
- Component changed from JavaScript to Comments
- Priority changed from high to normal
- Resolution set to invalid
- Status changed from new to closed
The data of a commentobject in memory must noch match data in the database. This report is just invalid. Infact, hooks are called with various stati to even workaround other miss-calls of comment chagnes, comment changes with not change in comment state etc. pp.. use trac search.
Note: See
TracTickets for help on using
tickets.
Plugin to testing