-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty URL key doesn't auto generate #4
Comments
Pablo, this is not really a bug. "Auto generate URL" feature was not included in current release of Magento 2 Blog extension. It will be added in future 2-3 weeks. |
magefan
added a commit
that referenced
this issue
Feb 21, 2016
Pablo, please update your you local files. Don't forget to run php bin/magento setup:upgrade |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Saving a category/post where the URL-key is empty throws an exception: http://www.vaimo.com/snaps/pablo.ivulic/magefan-empty-url-key.png
Expected result
If the URL-key field is empty, the module should auto generate a URL friendly key based on the category/post title, similar when saving a regular product or category in Magento.
The text was updated successfully, but these errors were encountered: