Ticket #6587 (closed defect: duplicate)

Opened 8 months ago

Last modified 7 months ago

"Manage Pages" does not use menu_order

Reported by: randyhoyt Assigned to: hailin
Priority: normal Milestone:
Component: Administration Version: 2.5
Severity: normal Keywords:
Cc:

Description

The changes to "Manages Pages" in 2.5 have greatly improved performance, but the pages are no longer sorted according to the menu_order. (It appears they are simply ordered by the post_id or in whatever order get retrieved from the database without an ORDER BY clause.)

Change History

04/05/08 02:14:05 changed by Viper007Bond

  • version set to 2.5.
  • component changed from General to Administration.
  • milestone changed from 2.7 to 2.5.1.

I was thinking this was on purpose (last modified or something).

It is indeed supposed to be menu order though:

$query_str = "post_type=page&orderby=menu_order title&what_to_show=posts$post_status_q&posts_per_page=-1&posts_per_archive_page=-1&order=asc";

04/07/08 01:20:42 changed by ryan

  • owner changed from anonymous to hailin.

04/14/08 23:57:57 changed by here

cheers, this was lost and re-fixed in one of the last revisions as well. big usability issue. Thank you!.

04/15/08 01:45:24 changed by Viper007Bond

  • status changed from new to closed.
  • resolution set to duplicate.
  • milestone deleted.

Fixed in #6731.