Ghost/ghost/admin/tests/acceptance
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
..
editor 🐛 Fixed infinite loops in setFeatureImageCaption for deleted posts (#21081) 2024-09-25 08:02:38 +00:00
members Fixed Admin tests 2024-09-03 10:46:25 +01:00
authentication-test.js Removed resend countdown from 2fa flow 2024-10-25 15:26:23 +01:00
content-test.js 🐛 Fixed missing 'duplicate a post' feature for editors (#21304) 2024-10-15 12:19:56 +02:00
custom-post-templates-test.js Fixed Admin tests 2024-09-03 10:46:25 +01:00
dashboard-test.js Fixed Admin tests 2024-09-03 10:46:25 +01:00
editor-test.js 🐛 Fixed slug not always updating for draft posts (#21691) 2024-11-23 00:24:17 +00:00
error-handling-test.js Fixed Admin tests 2024-09-03 10:46:25 +01:00
members-activity-test.js Fixed hanging dash when no attribution is present (#20869) 2024-08-29 15:22:31 +09:00
members-test.js 🐛 Fixed member filtering for "Unsubscribed from newsletter" filters (#20926) 2024-09-16 11:16:49 +02:00
mentions-test.js Fixed Admin tests 2024-09-03 10:46:25 +01:00
offers-test.js Fixed Admin tests 2024-09-03 10:46:25 +01:00
onboarding-test.js Fixed Admin tests 2024-09-03 10:46:25 +01:00
password-reset-test.js Updated password reset notification (#20510) 2024-07-02 15:24:14 +02:00
restore-post-test.js Added posts restore UI (#21096) 2024-09-24 15:01:17 +00:00
search-test.js Fixed Admin tests 2024-09-03 10:46:25 +01:00
setup-test.js Cleaned up onboardingChecklist GA labs flag 2024-06-20 11:42:42 +01:00
signin-test.js Refactored signin controller to Octane patterns 2022-11-01 14:12:23 +00:00
signup-test.js Fixed typos (#18648) 2023-10-31 15:21:44 +00:00
staff-test.js Fixed Admin tests 2024-09-03 10:46:25 +01:00
stats-test.js Updated missed references to unique visitors 2024-09-19 12:09:46 +01:00
tags-test.js Fixed Admin tests 2024-09-03 10:46:25 +01:00