#6305 closed defect (bug) (fixed)
bulk delete messages doesn't work anymore
| Reported by: | wdfee | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2.2 |
| Component: | Appearance - Template Pack | Version: | |
| Severity: | normal | 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)
#2
@
11 years ago
- Component Component - Messaging → Appearance - Template Pack
- Milestone Awaiting Review → 2.2.2
Yay, BP-Default.
#4
@
11 years ago
- Keywords good-first-bug removed
- Resolution → fixed
- Status new → closed
- Version 2.2.1
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!
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Yes, it's correct (as per your fix) in buddypress.js in bp-legacy.