Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#29742 closed defect (bug) (fixed)

Action problems for Media trash

Reported by: pavelevap Owned by: wonderboymusic
Priority: normal Milestone: 4.1
Component: Media Version: 4.0
Severity: normal Keywords:
Cc: Focuses:

Description

When using Media trash:

define( 'MEDIA_TRASH', true);

List view:

There is only "Delete Permanently" in Bulk Actions menu instead of "Trash". And when you go to Trash, there is also only this choice (and not "Restore").

Grid view:

You can trash media item, but it is not possible to delete trashed item (only Untrash).

Attachments (1)

29742.diff (4.6 KB ) - added by wonderboymusic 12 years ago.

Download all attachments as: .zip

Change History (4)

#1 @wonderboymusic
12 years ago

  • Milestone Awaiting Review4.1
  • Owner set to wonderboymusic
  • Status newassigned

#2 @wonderboymusic
12 years ago

In 29810:

Media List Table: account for MEDIA_TRASH in the bulk action dropdown.

See #29742.

#3 @wonderboymusic
12 years ago

  • Resolutionfixed
  • Status assignedclosed

In 29811:

Media Grid/List Table parity: when MEDIA_TRASH is true and trash is the current filter for the grid, add a second bulk action button: "Delete Selected"

Fixes #29742.

Note: See TracTickets for help on using tickets.