Opened 10 months ago
Closed 10 months ago
#7506 closed defect (bug) (fixed)
Resolved threads for plugins with no threads in the last two months remains stale
Reported by: | dd32 | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
When a plugin has support threads, but fails to resolve them within 2 months, and the plugin has no new threads in the last two months, the "Issues resolved in last two months" data becomes stale, showing the last-known state.
For example:
- July 2023: Five support threads created.
- July 2023: Four of them resolved.
- December 2023: Final one resolved.
- March 2024: New support thread created.
In the above example, the data will show "4 of 5" resolved from July until March when the next thread is created.
This happens as the query is looking at the creation date of threads, rather than the last-modified date. Unfortunately querying for bbPress threads by post_modified doesn't appear to be viable for the code in question.
Raised via https://wordpress.slack.com/archives/C02QB8GMM/p1709559771277619
Change History (3)
Note: See
TracTickets for help on using
tickets.
The solution I think is that: