Islandora-Labs / islandora_solution_pack_oralhistories

Adds all required Fedora objects to allow users to ingest and retrieve Oral Histories (video/audio) files through the Islandora interface
GNU General Public License v3.0
13 stars 23 forks source link

Captions and transcript display not available if Solr has not indexed the content #94

Closed McFateM closed 6 years ago

McFateM commented 7 years ago

For whatever reason, when I ingest an oral history using this module my content is NOT automatically indexed in Solr. Consequently, when the process tries to render captions and transcript for display I see only this...

screen shot 2017-06-27 at 2 08 46 pm

...with no real indication that anything is wrong.

So I've added a couple lines of code to utilities.inc to issue a warning that no Solr document was found. I'm currently forking the project so I can provide the code update in a proper pull request.

kstapelfeldt commented 6 years ago

Will review pull request, thank you!

MarcusBarnes commented 6 years ago

This issue was addressed in pull-request https://github.com/Islandora-Labs/islandora_solution_pack_oralhistories/pull/114, which has been merged.