Closed jochenklar closed 1 week ago
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 2.2.3
:stuck_out_tongue:
Could you maybe rebase this on a proper release branch? Are the changes just a single commit?
Rebased and ready (after tests are ok).
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.