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
I have a matrix entry URI in the format {owner.uri}/{slug}. When I quickly create entries via the matrix (in place), the slug is often truncated - this seems to be because the slug has not finished generating based on the title value before I save the entry.
Steps to reproduce
Create a matrix field that has a dynamic slug such as {owner.uri}/{slug}
Quickly create entries in place
Expected behavior
Should not be allowed to save an entry before its slug has generated
Screen.Recording.2024-09-18.at.17.13.41.mov
Craft CMS version
5.4.4
PHP version
8.2.18
Operating system and version
Linux 6.10.7-orbstack-00280-gd3b7ec68d3d4
Database type and version
MySQL 8
Image driver and version
No response
Installed plugins and versions
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting that! I just removed the delay on auto slug generation (as well as for other auto-generated inputs) for the next Craft 4 and 5 releases, so this shouldn’t be a problem any more going forward.
What happened?
Description
I have a matrix entry URI in the format
{owner.uri}/{slug}
. When I quickly create entries via the matrix (in place), the slug is often truncated - this seems to be because the slug has not finished generating based on the title value before I save the entry.Steps to reproduce
Expected behavior
Should not be allowed to save an entry before its slug has generated
Screen.Recording.2024-09-18.at.17.13.41.mov
Craft CMS version
5.4.4
PHP version
8.2.18
Operating system and version
Linux 6.10.7-orbstack-00280-gd3b7ec68d3d4
Database type and version
MySQL 8
Image driver and version
No response
Installed plugins and versions
No response
The text was updated successfully, but these errors were encountered: