Opened 7 years ago
Closed 4 years ago
#2897 closed defect (bug) (reported-upstream)
P2: "Mark as done" button disappears when clicking individual checkboxes
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | |
Cc: |
Description
In editor requests on the Polyglots P2, there's a "Mark as done" button under each request.
However, when clicking individual checkboxes in the request, "Mark as done" button disappears, so you have to reload the page to actually mark the request as done.
Change History (4)
#3
in reply to:
↑ 2
@
7 years ago
Replying to obenland:
This does get updated however with the next
o2_read
polling, so you just need to wait a few seconds rather than reload the page.
Indeed, "Mark as done" button comes back after a few seconds, I just wasn't patient enough :) That's not very intuitive though, any chance to include post status data in the o2_checklist
request?
#4
@
4 years ago
- Resolution set to reported-upstream
- Status changed from new to closed
Reported upstream to o2: https://github.com/Automattic/o2/issues/185
Note: See
TracTickets for help on using
tickets.
It looks like the
o2_checklist
ajax request doesn't return the meta data needed to determine a post's resolved status.This does get updated however with the next
o2_read
polling, so you just need to wait a few seconds rather than reload the page.