You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating a term's slug in the control panel and saving, the first save goes okay and updates the term. However, when updating the slug again, saving now results in a 404 as the edit form is trying to post the data to the previous slug's route.
Only applies when the Continue Editing option is selected on the Save button.
Looks like the slug is part of the post/patch route and doesn't get updated when changing the slug.
Bug description
When updating a term's slug in the control panel and saving, the first save goes okay and updates the term. However, when updating the slug again, saving now results in a
404
as the edit form is trying to post the data to the previous slug's route.Only applies when the
Continue Editing
option is selected on theSave
button.Looks like the slug is part of the post/patch route and doesn't get updated when changing the slug.
https://statamic.test/cp/taxonomies/tags/terms/{slug}/default
How to reproduce
tags
A
and publishA
Continue Editing
on theSave
buttonb
c
Server error
toast and404
network request to old patch routeLogs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
The text was updated successfully, but these errors were encountered: