#923 closed enhancement (fixed)
no bulk delete option in link manager
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | General | Version: | 1.5 |
| Severity: | normal | Keywords: | has-patch 2nd-opinion bg|squashed |
| Cc: |
Description
Would be nice if the bulk edit also had an option to select multiple links and *then* press delete rather than having to delete each one individually
Attachments (2)
Change History (14)
comment:1
anonymousbugger — 8 years ago
- Patch set to No
comment:2
markjaquith — 8 years ago
- Keywords bg|needs-patch added
Added a new submit button on the bottom: "Delete Selected". Pops up javascript confirmation box very similar to individual delete, then deletes all selcted links.
- Owner changed from anonymous to westi
- Status changed from new to assigned
Initial patch works ok but needs modifying to use builtin functions for delets. Working on better wp-intergration and ajaxy niceness
- Keywords bg|has-patch added; bg|needs-patch removed
I updated the original patch to be 1.6 compatible and implemented the necessary AJAX stuff on top of the link-management stuff already there to support multidelete via AJAX and non-AJAX methods.
comment:10
matt — 8 years ago
- Milestone changed from 1.6 to 2.1
comment:11
foolswisdom — 7 years ago
- Keywords has-patch 2nd-opinion added; bg|has-patch bg|2nd-opinion removed
Westi, is this still relevant and up to date?
comment:12
markjaquith — 7 years ago
- Resolution set to fixed
- Status changed from assigned to closed
/trunk/ has bulk delete now.

Adds multiple link deletion