#22608 closed defect (bug) (fixed)
When editing a [gallery], menu_order sorting should be used
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Media | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch commit dev-reviewed |
| Cc: | devin@… |
Description
Initially reported by devinreams via #22607. When editing a gallery created with simply the [gallery] shortcode, menu_order sorting is not used, which means they end up in a different order than they show on the frontend.
The default "orderby" for the gallery shortcode is menu_order ID, both ascending.
Attachments (1)
Change History (9)
comment:2
devinreams — 6 months ago
- Cc devin@… added
koopersmith — 6 months ago
comment:3
koopersmith — 6 months ago
- Keywords has-patch needs-testing added
comment:4
devinreams — 6 months ago
I confirmed the following:
- Editing an existing gallery with a manual sort order shows those in the proper order
- Changing the sort order, aka updating the gallery from "Visual" view, still updates the text shortcode to include "ids" parameter
- The "Uploaded to this post" filter shows the proper order (the manual sort order)
- Resolution set to fixed
- Status changed from assigned to closed
In 22882:
Note: See
TracTickets for help on using
tickets.

Patch adds capability to sort queries by menu_order ID by adding the menuOrder property to Attachment models. Any gallery that does not specify any ids and does not specify a different orderby attribute will use menu order sorting by default. Also, the "uploaded to this post" filter is now sorted by menu order.