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

Rack exports "Descending units" value blank if set to False #1082

Closed
bellwood opened this issue Apr 14, 2017 · 2 comments
Closed

Rack exports "Descending units" value blank if set to False #1082

bellwood opened this issue Apr 14, 2017 · 2 comments

Comments

@bellwood
Copy link
Contributor

When you export a rack the "Descending units" column is not present.

IIRC export templates are stored in PG so this will need a migration to fix.

@bellwood
Copy link
Contributor Author

So, the column actually is there, but it is blank if the rack uses False for the field.

If the rack does have Descending Units then True is displayed in this field.

The issue is, without a False being the field and it being the last column when you re-export the csv, that column is omitted and adds the need to massage the data to reimport it.

@bellwood bellwood changed the title Rack exports missing "Descending units" column Rack exports "Descending units" value blank if set to False Apr 14, 2017
@jeremystretch
Copy link
Member

This is just the nature of CSV. The same thing is true for objects for which the last field is an optional description. #655 will address this.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants