Opened 9 years ago
Last modified 8 years ago
#2653 closed defect (bug)
Closed topics missing _bbp_status post meta key — at Initial Version
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Component - Topics | Keywords: | has-patch commit |
Cc: |
Description
Some 'closed' topics are missing the _bbp_status
= publish
meta key.
A topic's _bbp_status
only exists if the topic is closed with status publish
(It does not exist if post_status
= publish
)
Occurrences:
- When creating a new topic and including the status 'closed' post meta key
_bbp_status
is not created.
- Previously imported closed topics were not assigned the
_bbp_status
=publish
meta key.
Extra Issues:
- Currently if a closed topic is missing it's
_bbp_status
meta key we cannot update the status meta.
ToDo:
- Update
bbp_close_topic()
to allow_bbp_status
to be added to existingpost_status
=closed
topics
- Update repair tools to repair closed topics missing
_bbp_status
meta key
- Add bbPress 2.6 database upgrade routine we should update closed topics where
post_status
=closed
and metabbp_status
=publish
does not exist.
Related: #2577 Imported closed/locked topics missing 'publish' postmeta _bbp_status
Note: See
TracTickets for help on using
tickets.