Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.8] does not assign new URL permalink, except at initial save #6603

Closed
GlennMartin1 opened this issue May 5, 2018 · 1 comment
Closed
Labels
Core REST API Task Task for Core REST API efforts [Feature] Permalink The permalink of a post or page and the experience of setting or editing it [Type] Bug An existing feature does not function as intended

Comments

@GlennMartin1
Copy link

Issue Overview

Gutenberg 2.7 & 2.8 does not assign new URL permalink, except at initial save.

Steps to Reproduce

  1. Create post - use title "Post ABC"
  2. Save. Permalink is automatically generated to ...post-abc
  3. Edit title to "Post 123". Edit permalink to be empty.
  4. Resave. Permalink should change to ...post-123, but it instead reverts to prior ...post-abc.
@pento pento added [Type] Bug An existing feature does not function as intended Core REST API Task Task for Core REST API efforts labels May 7, 2018
@pento
Copy link
Member

pento commented May 7, 2018

Thank you for the bug report, @GlennMartin1! I can reproduce this behaviour as you describe, and see how it differs from the Classic Editor behaviour, I'll see about getting it fixed up. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core REST API Task Task for Core REST API efforts [Feature] Permalink The permalink of a post or page and the experience of setting or editing it [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

No branches or pull requests

3 participants