Ticket #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
Change History
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
-
attachment
links-multi-delete-ajax.diff
added
Updated patch with AJAX multidelete goodness
- 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:11
foolswisdom — 5 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 — 5 years ago
- Status changed from assigned to closed
- Resolution set to fixed
/trunk/ has bulk delete now.
