SFULibrary / islandora_datastream_crud

Islandora Drush module for performing Create, Read, Update, and Delete operations on datastreams.
GNU General Public License v3.0
15 stars 15 forks source link

Generating derivatives does not attach thumbnails to books and newspaper issues #78

Open mjordan opened 5 years ago

mjordan commented 5 years ago

islandora_datastream_crud_generate_derivatives does not attach thumbnails to books and newspaper issues, because that process is not strictly part of derivative creation. We should fire islandora_paged_content_derive_thumbnail_of_parent() for books and newspaper issues when islandora_datastream_crud_generate_derivatives is run.

mjordan commented 5 years ago

I think I am wrong - TNs for books and issues appear to be regenerated. I'll test compound object TNs and expand this issue or close it as appropriate.