-
-
Notifications
You must be signed in to change notification settings - Fork 367
CSV export of selected table rows produces wrong location text, if one of the entries has nested location #1388
Copy link
Copy link
Labels
🕷️ bugSomething isn't workingSomething isn't working
Description
First Check
- This is not a feature request
- I added a very descriptive title to this issue.
- I used the GitHub search to find a similar issue and didn't find it.
- I searched the documentation, with the integrated search.
- I already read the docs and didn't find an answer.
- I can replicate the issue inside the Demo install.
Homebox Version
0.24.2
Other deployment info, not really relevant
### DeploymentDocker (Linux)
Database Type
SQLite
OS Architechture
ARM64
Deployment Details
No #response
Steps to reproduce:
- Have at least one location entry, that has a parent location
- Have at least one item entry with location set to a location from step 1
- In table view of search page select some entries, including the entry from step 2
- Select "Download Table as CSV"
What is the issue you are experiencing?
The produced file items.csv contains "[object Object]" instead of expected name of the location, where this item is located.
I would suggest to provide a CSV-file in the same format as in case of collection export. The form in which it is provided right now seems to me quite counterintuitive - receiving only the columns displayed to user, that is a limited subset of entry data.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🕷️ bugSomething isn't workingSomething isn't working