#22578 closed defect (bug) (fixed)
'attachment_fields_to_edit' not fired from the new "Add media" modal
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (6)
- Milestone changed from Awaiting Review to 3.5
- Owner set to koopersmith
- Status changed from new to reviewing
koopersmith — 6 months ago
comment:2
koopersmith — 6 months ago
- Keywords has-patch added
- 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:
Note: See
TracTickets for help on using
tickets.

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