Opened 6 months ago

Closed 6 months ago

Last modified 6 months ago

#22578 closed defect (bug) (fixed)

'attachment_fields_to_edit' not fired from the new "Add media" modal

Reported by: Chouby Owned by: koopersmith
Priority: normal Milestone: 3.5
Component: Media Version: 3.5
Severity: normal Keywords: has-patch commit
Cc:

Description

in WP 3.5 RC1, if I directly upload file(s), the attachment details is displayed without fields created by 'attachment_fields_to_edit'

However, if I first go to the library, the fields are correctly displayed.

Attachments (1)

22578.diff (717 bytes) - added by koopersmith 6 months ago.

Download all attachments as: .zip

Change History (6)

  • Milestone changed from Awaiting Review to 3.5
  • Owner set to koopersmith
  • Status changed from new to reviewing
  • Keywords has-patch added

Always render the attachment compat view, as it already handles the empty case.

  • Keywords commit added

Tested, including logging the fired filters before and after. Thumbs up.

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 22841:

Always render the attachment compat view. Assures attachment_fields_to_edit is always fired.

Props koopersmith, Chouby
fixes #22578

#22629 was marked as a duplicate.

Note: See TracTickets for help on using tickets.