Ticket #4291 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Sort by option in pages widget loses default value

Reported by: bloertscher Assigned to: rob1n
Priority: normal Milestone: 2.2.1
Component: Administration Version: 2.2
Severity: normal Keywords:
Cc:

Description

[5486] added the ability to specify sort order for the pages widget. If you change the sort order to sort by menu order and click save changes, the change takes affect. If you click Save Changes in the widgets page once again, the sort order reverts back to page title.

Change History

05/18/07 23:54:17 changed by ryan

  • owner changed from anonymous to rob1n.

05/19/07 04:20:41 changed by rob1n

  • status changed from new to assigned.

Oh, d'oh.

05/19/07 04:26:02 changed by rob1n

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [5490]) Select the option if it's set to that. fixes #4291

05/23/07 20:21:37 changed by markjaquith

  • status changed from closed to reopened.
  • resolution deleted.

rob1n, check out the selected() function... should make this fix a little bit leaner.

05/24/07 00:16:21 changed by rob1n

Righto.

05/24/07 00:29:52 changed by rob1n

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [5535]) Use selected() to clean that up. Thanks Mark. fixes #4291