Skip to:
Content

bbPress.org

Opened 3 weeks ago

Last modified 3 weeks ago

#3609 assigned defect (bug)

Bug - prevents attaching media to draft items

Reported by: shawfactor's profile shawfactor Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6.12 Priority: normal
Severity: normal Version: 2.6.11
Component: General - Content Creation Keywords: needs-testing needs-patch
Cc:

Description

Team,

I have identified a bug with BBpress

Nemly when it is activated only items with a publish post status appear when you try to attach an attachment without a parent using the attach functionality in upload.php. This means that you cannot attach media items to draft and pending posts/pages etc

This occurs with wordpress 6.6 and can be reproduced by installing BBpress as the only plugin on a fresh install and uploading standalone attachment then trying to attach it to an existing post or page which does not have a publish status.

Attachments (2)

Screenshot from 2024-08-25 02-22-57.png (171.8 KB) - added by shawfactor 3 weeks ago.
Screenshot from 2024-08-25 02-23-30.png (181.5 KB) - added by shawfactor 3 weeks ago.

Download all attachments as: .zip

Change History (4)

#1 @shawfactor
3 weeks ago

I have done some further investigation.

The bug is created by line 169 of actions.php, namely:

add_action( 'pre_get_posts', 'bbp_pre_get_posts_normalize_forum_visibility', 4 );

The function bbp_pre_get_posts_normalize_forum_visibility needs to be refined so that it does not effect this functionality (and potentially other places as well)

Pete

#2 @johnjamesjacoby
3 weeks ago

  • Component changed from General to General - Content Creation
  • Keywords needs-testing needs-patch added
  • Milestone changed from Awaiting Review to 2.6.12
  • Owner set to johnjamesjacoby
  • Status changed from new to assigned
  • Version set to 2.6.11
Note: See TracTickets for help on using tickets.