mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
7083bd0628
ref https://linear.app/ghost/issue/ONC-548/ There have been reported cases of the editor not updating the slug for draft posts. The logic should be as follows: for a draft post, if the title was updated and we do not detect a custom slug, update it. This got out of sync due to actions where the save was triggered but the title onBlur effect (which updates the slug) was not triggered. This has been resolved by evaluating the slug in the before save actions. |
||
---|---|---|
.. | ||
editor | ||
members | ||
authentication-test.js | ||
content-test.js | ||
custom-post-templates-test.js | ||
dashboard-test.js | ||
editor-test.js | ||
error-handling-test.js | ||
members-activity-test.js | ||
members-test.js | ||
mentions-test.js | ||
offers-test.js | ||
onboarding-test.js | ||
password-reset-test.js | ||
restore-post-test.js | ||
search-test.js | ||
setup-test.js | ||
signin-test.js | ||
signup-test.js | ||
staff-test.js | ||
stats-test.js | ||
tags-test.js |