Opened 11 years ago
Closed 11 years ago
#5105 closed defect (bug) (fixed)
Group Admin UI Bulk Deleting groups just refresh group list
Reported by: | imath | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 1.9 | Priority: | normal |
Severity: | normal | Version: | 1.7 |
Component: | Groups | Keywords: | has-patch |
Cc: |
Description
Hi,
I'm really sorry i haven't noticed this before 1.8 release :(
When on Group Admin UI, if you select 1 or more group and try to bulk delete it/them, it only refreshes the group list.
The first problem is that the name of the checkbox is aid[], the second problem is that the action is not set to delete once in the function bp_groups_admin().
I sugget the diff attached to this ticket as it seems to restore the bulk delete process.
Attachments (1)
Change History (12)
#5
@
11 years ago
- Owner set to r-a-y
- Resolution set to fixed
- Status changed from new to closed
In 7360:
#6
@
11 years ago
- Keywords needs-testing removed
- Version changed from 1.8 to 1.7
Thanks imath for the patch! Sorry it took so long to get this committed.
#7
@
11 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
- Version changed from 1.7 to 1.8.1
Hi,
I don´t know if it was fixed, but with WordPress Multisite 3.6.1 + BuddyPress 1.8.1 it happens again (I don't tested with WordPress, only with Multisite)
If you want to do a Bulk group deletion, the group screen is refreshed without remove the groups.
I dont know if I had to open a new ticked, but @boonebgorges tell me that ping the ticket.
#8
@
11 years ago
- Resolution set to fixed
- Status changed from reopened to closed
- Version changed from 1.8.1 to 1.7
Sorry, the Trunk version works.
#9
follow-up:
↓ 10
@
11 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Hi again,
After some testing, I think there is more to fix.
If I change from show 20 groups to 200 (ex.) at Groups admin screen, I can see the latest 200 created groups.
If a select all groups (200 groups) and I want to delete them with the bulk action, are only deleted the first 20 groups, so the Bulk action is not sending all groups.
Tested with the latest trunk version.
Same here. Can delete groups individually but bulk delete is not working for single WP site nor for WP multisite install in wp-admin Group Admin UI. Just tested this when someone reported the issue in the BP forums.