lsgs / redcap-extended-reports

Provides various additional options to enhance REDCap's built-in reporting functionality.
GNU General Public License v3.0
1 stars 3 forks source link

Empty alert after (successful) export #9

Closed steentje34 closed 5 months ago

steentje34 commented 8 months ago

Exports that use the non-default export options result in an empty alert (instead of the 'Data export was successful!' alert), possibly due to a bug fix in REDCap 13.7.17:

Bug fix: Several different features in REDCap, in which an AJAX call returns JSON-encoded data, might get misinterpreted and thus would fail because the request failed to have the "Content-Type: application/json" header set. This would only occur for certain web server configurations. (Ticket #214401)

image

I will prepare a pull request with a fix for this bug.