You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Drush command that generates cached report data uses the options that the user most recently selected via the report selection form at admin/reports/islandora_repository_reports. This means that for reports like disk usage, you can only pregenerate one of 'collection', 'MIME type', or 'filesystem'.
It should be possible to pass options to the drush command. Maybe as an option that takes a serialized JSON dictionary of the options?
The text was updated successfully, but these errors were encountered:
If we do this, we should allow for pregenerating data using multiple combinations options. Maybe an implementation of a profile or preset configuration?
Currently, the Drush command that generates cached report data uses the options that the user most recently selected via the report selection form at admin/reports/islandora_repository_reports. This means that for reports like disk usage, you can only pregenerate one of 'collection', 'MIME type', or 'filesystem'.
It should be possible to pass options to the drush command. Maybe as an option that takes a serialized JSON dictionary of the options?
The text was updated successfully, but these errors were encountered: