Ticket #6925 (assigned defect)

Opened 2 months ago

Last modified 2 months ago

Saved permalinks aren't Saved

Reported by: pishmishy Assigned to: pishmishy (accepted)
Priority: normal Milestone: 2.6
Component: Administration Version: 2.5.1
Severity: normal Keywords: has-patch
Cc:

Description

When editing a post or page's permalink, clicking the 'Save' button immediately adjacent to the field doesn't actually result in the change being made persistent. Leaving the edit page at this stage doesn't make the change persistent, only a subsequent use of the main 'Save' button works.

This is confusing. Changes which are saved are expected to be persistent. I recommend removing the 'Save' button immediately adjacent to the field.

Attachments

6925.patch (0.6 kB) - added by pishmishy on 05/12/08 14:40:22.
Makes changes to slug persistent on 'Save'

Change History

05/06/08 17:55:52 changed by pishmishy

See also #6595.

05/12/08 14:40:22 changed by pishmishy

  • attachment 6925.patch added.

Makes changes to slug persistent on 'Save'

05/12/08 14:40:48 changed by pishmishy

  • keywords set to has-patch.
  • status changed from new to assigned.

05/12/08 14:41:41 changed by pishmishy

Attached patch makes the change persistent. wp-admin/js/slug.js needs to be edited if removing 'Save' is a preferred option.