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
This page should have the same behavior as an article using the routePath of type route and calling the URL admin/api/routes?action=generate with the correct parameters.
The text was updated successfully, but these errors were encountered:
Actual Behavior
The "refresh URL" button to update the slug of an article using a routePath based on page_tree_route calls an unknown route.
Expected Behavior
A correctly updated slug.
Steps to Reproduce
Create an article with the
page_tree.txt
put "page test" inside title section.
clic on the slug and put "page-test" inside
clic on refresh url
le browser call http://localhost/admin/undefined
with this payload
Possible Solutions
This page should have the same behavior as an article using the routePath of type route and calling the URL admin/api/routes?action=generate with the correct parameters.
The text was updated successfully, but these errors were encountered: