Ghost/ghost/admin/tests
Steve Larson 7083bd0628
🐛 Fixed slug not always updating for draft posts (#21691)
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.
2024-11-23 00:24:17 +00:00
..
acceptance 🐛 Fixed slug not always updating for draft posts (#21691) 2024-11-23 00:24:17 +00:00
helpers Fixed errors from 404 error handler for non-transition 404s 2024-09-13 11:02:55 +01:00
integration 🐛 Fixed Istanbul timezone (#21686) 2024-11-21 17:23:21 +00:00
unit Fixed removal of event tracker requests in Sentry 2024-10-30 11:52:50 +00:00
index.html Remove ember application template wrapper 2018-05-01 10:57:20 +01:00
test-helper.js Added full-page refresh when new post route is in a bad state 2024-09-23 22:38:34 +01:00