Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#6305 closed defect (bug) (fixed)

bulk delete messages doesn't work anymore

Reported by: wdfee's profile wdfee Owned by:
Milestone: 2.2.2 Priority: normal
Severity: normal Version:
Component: Appearance - Template Pack Keywords:
Cc:

Description

I think it's a wrong placed ")" in global.js line 1219:

if ( -1 == jq.inArray( this.id ), Array( 'delete_sentbox_messages', 'delete_inbox_messages' ) ) {

should be

if ( -1 == jq.inArray( this.id, Array( 'delete_sentbox_messages', 'delete_inbox_messages' ) ) ) {

(works for me with this change)

Change History (4)

#1 @rogercoathup
10 years ago

Yes, it's correct (as per your fix) in buddypress.js in bp-legacy.

#2 @DJPaul
10 years ago

  • Component changed from Component - Messaging to Appearance - Template Pack
  • Milestone changed from Awaiting Review to 2.2.2

Yay, BP-Default.

#3 @DJPaul
10 years ago

  • Keywords good-first-bug added

#4 @DJPaul
10 years ago

  • Keywords good-first-bug removed
  • Resolution set to fixed
  • Status changed from new to closed
  • Version 2.2.1 deleted

Fixed in https://github.com/buddypress/BP-Default/commit/8089d184bb043f41c8d1c828c679a18b40260525.
The updated theme will be pulled into 2.2.2. Thanks for pointing to the fix, @wdfee!

Last edited 10 years ago by DJPaul (previous) (diff)
Note: See TracTickets for help on using tickets.