Opened 6 months ago
Closed 6 months ago
#22654 closed defect (bug) (fixed)
Filtered view for "Uploaded to this post" isn't updated on a new upload
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Media | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
- Open Media Lib
- Change filter to "Uploaded to this post"
- Switch to Upload
- Upload an image
- You see the media lib again, but the image is not displayed
Attachments (3)
Change History (8)
koopersmith — 6 months ago
comment:1
koopersmith — 6 months ago
- Keywords has-patch added; needs-patch removed
koopersmith — 6 months ago
comment:2
koopersmith — 6 months ago
Latest corrects the remaining bits of the erroneous parent/post_parent map in the gallery methods.
koopersmith — 6 months ago
comment:4
koopersmith — 6 months ago
Latest adds:
- A special case to accept attachments with the default menu order when no attachments exist.
- The ability to enable ties when running the comparator (which turns off the cid-based tiebreaker).
comparator( a, b, { ties: true });
Note: See
TracTickets for help on using
tickets.

The patch: