Simplified reporting. Presets will be hard coded

This commit is contained in:
Naomi
2018-10-01 14:35:10 +01:00
parent 9f735eb492
commit bfef673d42
6 changed files with 137 additions and 7 deletions

View File

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