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

[BUG] Images fields becomes empty when updating rows with a CSV in a collection type #190

Open
xaviermarchal opened this issue Apr 17, 2024 · 0 comments
Assignees

Comments

@xaviermarchal
Copy link

xaviermarchal commented Apr 17, 2024

Describe the bug
If i have already a row in a collection which contains a logo (image) already defined, if i import data with a csv on this line, the logo become null.

image Before import : the logo is defined image Importing text data on only the "about" field image Result after: no logo anymore

To Reproduce
Steps to reproduce the behavior:

  1. Go to a collection defined
  2. Click on Import
  3. Import the CSV with the following data
id,about
1,Test import
  1. See error

Expected behavior

  • About is updated
  • Logo stays the same
    => about is correctly imported but the logo is set to null

Screenshots

Import "about" is successful
image

Additional context
Add any other context about the problem here.

xaviermarchal added a commit to xaviermarchal/strapi-plugin-import-export-entries that referenced this issue Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants