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

Do not fire getReportData() when viewing reports page #41

Closed mjordan closed 4 years ago

mjordan commented 4 years ago

Currently, $utilties->getReportData() gets run when the user simply views the reports selection page. This (potentially very expensive) method should only be run when the user clicks on the "Go" button.