Simplified reporting. Presets will be hard coded
This commit is contained in:
3
modules/opencase_reporting/js/opencase-reporting.js
Normal file
3
modules/opencase_reporting/js/opencase-reporting.js
Normal file
@ -0,0 +1,3 @@
|
||||
jQuery('#opencase_reporting_buttons #download_data').click(function() {
|
||||
location.href = location.href + "&_format=csv";
|
||||
});
|
Reference in New Issue
Block a user