Reporting buttons area. Data download button

This commit is contained in:
Naomi
2018-09-12 18:16:36 +01:00
parent 3faabda3f2
commit 987adc97ce
5 changed files with 19 additions and 12 deletions

View File

@ -0,0 +1,3 @@
jQuery('#opencase_reporting_buttons #download-data').click(function() {
location.href = location.href + "&_format=csv";
});