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 you create an article with a parameterized routePath using page_tree_route, despite having route_schema in params, the slug does not update automatically like an article with a parameterized routePath using route.
Expected Behavior
Automatic filling of the slug according to the default schema (in sulu_route) or according to the schema specified in the XML file of the article (routePath of type page_tree_route).
put "page test" inside title section.
clic on the slug, or press tab key
The slug remains empty.
Possible Solutions
It seems that there is no event handling this use case. 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
When you create an article with a parameterized routePath using page_tree_route, despite having route_schema in params, the slug does not update automatically like an article with a parameterized routePath using route.
Expected Behavior
Automatic filling of the slug according to the default schema (in sulu_route) or according to the schema specified in the XML file of the article (routePath of type page_tree_route).
Steps to Reproduce
Create an article with the
page_tree.txt
put "page test" inside title section.
clic on the slug, or press tab key
The slug remains empty.
Possible Solutions
It seems that there is no event handling this use case. 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: