mjordan / islandora_repository_reports

A Drupal 8 module that provides a collection of graphical reports on various aspects of an Islandora repository.
GNU General Public License v2.0
2 stars 5 forks source link

HTML reports can't generate CSV output #31

Closed mjordan closed 4 years ago

mjordan commented 4 years ago

Since HTML reports do not return an associative array of labels/counts, they cannot generate CSV output. We pobably need to introduce a new property that holds the data prior to it being returned as rendered HTML and then call that property within islandora_repository_reports_get_data().