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

Collection reports assume that nodes are collection objects #25

Closed mjordan closed 4 years ago

mjordan commented 4 years ago

Collection reports (disk usage by collection and member count) assume that the "collection" node has an Islandora Model of "collection." They should explicitly filter out for that model.

mjordan commented 4 years ago

The collection tag in the Islandora Models vocabulary has the external URI of http://purl.org/dc/dcmitype/Collection. That is what we need to filter on.