Bodged download button for reporting.
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
jQuery('body').on('click','#opencase_reporting_buttons #download_data',function(){
|
||||
var url = new URL(location.href);
|
||||
url.searchParams.append('_format', 'csv');
|
||||
location.href = url.toString();
|
||||
});
|
||||
|
Reference in New Issue
Block a user