#923 closed enhancement (fixed)
no bulk delete option in link manager
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.1 | Priority: | normal |
| Severity: | normal | Version: | 1.5 |
| Component: | General | Keywords: | has-patch 2nd-opinion bg|squashed |
| Focuses: | 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)
#3
@
20 years ago
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.
#6
@
20 years ago
Initial patch works ok but needs modifying to use builtin functions for delets. Working on better wp-intergration and ajaxy niceness
#7
@
20 years ago
- 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.
Note: See
TracTickets for help on using
tickets.
Adds multiple link deletion