Opened 2 years ago
Last modified 17 months ago
#16477 new defect (bug)
"View post" link should not change when sample permalink changes
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Editor | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch dev-feedback |
| Cc: |
Description
To reproduce:
- Go to edit a post
- Change the permalink
- Click on "View post" and you get a 404 because the href has been changed to the new sample permalink but the post hasn't been updated yet
The "View post" link should always point to the permalink of the currently saved post.
Attachments (1)
Change History (4)
solarissmoke — 2 years ago
comment:1
solarissmoke — 2 years ago
- Keywords has-patch dev-feedback added
- Version changed from 3.1 to 3.0
I imagine this isn't a regression, so moving off the 3.1 version.
Note: See
TracTickets for help on using
tickets.

I think there may be some usability improvements that could be made here - see #6925.
For example custom fields are updated via AJAX without having to save the whole post. But permalinks aren't. Maybe we ought to be more consistent.