Skip to content
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

Wrong format error when trying to import a csv into cms without a slug (cms-import plugin) #155

Open
KlotzJesse opened this issue Jan 11, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@KlotzJesse
Copy link

KlotzJesse commented 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:

  1. Open the csv import plugin
  2. Add a new entry without providing a slug column
  3. Import
  4. 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.

@KlotzJesse KlotzJesse added the bug Something isn't working label Jan 11, 2025
@KlotzJesse 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant