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
Describe the bug
When you import a csv that should create new entries, without providing a slug, it won't auto generate anymore but rather errors with wrong format. In the console the error states that it expects a slug to exist.
To Reproduce
Steps to reproduce the behavior:
Open the csv import plugin
Add a new entry without providing a slug column
Import
Red error, about malformatted csv, without hints to the slug problem
Expected behavior
I would expect that the import plugin will again auto generate the slugs and won't force expect slugs generated by hand for new items, or at least state this error directly in the message, because all errors of that type wont state which malformatted error got catched, therefore not possible to debug for normal users.
The text was updated successfully, but these errors were encountered:
KlotzJesse
changed the title
Wrong format error when trying to import a csv into cms without a slug
Wrong format error when trying to import a csv into cms without a slug (cms-import plugin)
Jan 11, 2025
Describe the bug
When you import a csv that should create new entries, without providing a slug, it won't auto generate anymore but rather errors with wrong format. In the console the error states that it expects a slug to exist.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect that the import plugin will again auto generate the slugs and won't force expect slugs generated by hand for new items, or at least state this error directly in the message, because all errors of that type wont state which malformatted error got catched, therefore not possible to debug for normal users.
The text was updated successfully, but these errors were encountered: