-
Notifications
You must be signed in to change notification settings - Fork 49
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
Use EXPORT_CONTENT_DISPOSITION for project xml export #1149
Conversation
An additional Problem with not downloading the file right away, is that users might copy-paste the content displayed in the browser, which is not the complete XML (e.g. namespaces are missing). |
this one is for 2.3.0 right? (was not for 2.2.2 or?) |
Mhm, we could have added that to 2.2.2, but its fine I guess. |
Or for |
Could you maybe rebase this on a proper release branch? |
7d8fde2
to
db31e9b
Compare
Rebased and ready (after tests are ok). |
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.
👀
Right now, an XML project export is always shown in the browser. Changed management XML exports to be always downloaded (controlled by
settings.EXPORT_CONTENT_DISPOSITION
). This PR adds the same behavior for XML project exports.