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 I click the "Visit URL" button while editing a Taxonomy Entry in the control panel, it leads to a 404 page when the Taxonomy Name contains a space. When creating the Taxonomy, e.g. "Application Category", the corresponding handle is "application_category", but the "Visit URL" button links to an URL containing "application-category".
How to Reproduce
Create a new Taxonomy called "Application Category"
Create a new "Application Category" called "Industry"
Bug Description
When I click the "Visit URL" button while editing a Taxonomy Entry in the control panel, it leads to a 404 page when the Taxonomy Name contains a space. When creating the Taxonomy, e.g. "Application Category", the corresponding handle is "application_category", but the "Visit URL" button links to an URL containing "application-category".
How to Reproduce
resources/views/application_category/show.antlers.html
example.com/application-category/industry
instead ofexample.com/application_category/industry
Environment
Statamic 3.0.0 Solo
Laravel 7.23.2
PHP 7.4.8
No addons installed
Install method: Fresh install from
statamic/statamic
The text was updated successfully, but these errors were encountered: