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
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.
Before import : the logo is defined
Importing text data on only the "about" field
Result after: no logo anymore
To Reproduce
Steps to reproduce the behavior:
Go to a collection defined
Click on Import
Import the CSV with the following data
id,about
1,Test import
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
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Before import : the logo is defined Importing text data on only the "about" field Result after: no logo anymoreIf 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.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
=> about is correctly imported but the logo is set to null
Screenshots
Import "about" is successful
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: