-
-
Notifications
You must be signed in to change notification settings - Fork 810
Implement selectable fields for admin export view - #1538 #1734
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
Implement selectable fields for admin export view - #1538 #1734
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good, thanks so much for adding this.
I have gone through it and I only have some minor points.
import_export/templates/admin/import_export/selectable_resource_export_fields.html
Outdated
Show resolved
Hide resolved
@cocorocho would you be ok with me adding some documentation updates to this PR? |
I added some documentation updates. |
…ho/django-import-export into selectable-export-fields
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. One comment re semicolons in JS.
…ho/django-import-export into selectable-export-fields
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for all your hard work in adding this amazing feature 👍
Glad to help 🎉 |
resolves #1538
Problem
What problem have you solved?
Implement new feature selectable export fields for admin view.
Solution
How did you solve the problem?
Create new form
SelectableFieldsExportForm
which creates boolean fields for each resource.Acceptance Criteria
Have you written tests? Have you included screenshots of your changes if applicable?
Yes
Did you document your changes?
To some extend,
Official documentation is not quite up to date.
Export View

Export Result

Any field selected validation
