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

redirect to oh object after edit #76

Closed Natkeeran closed 7 years ago

Natkeeran commented 7 years ago

What does this Pull Request do?

This addresses issue https://github.com/digitalutsc/islandora_solution_pack_oralhistories/issues/34 partially. It navigates back to the object after editing the datastream (in the inline form and for the ajax form). It redirects to the object with notification saying the datastream is updated. But, the user still has to reload the page to see the changes reflected in the transcript.

My assumption is that this is a timing issue. We get the transcript display from solr. It takes, even in the VM bit of time to index. We can put an arbitrary time delay, but that is not a deterministic solution.

How should this be tested?

MarcusBarnes commented 7 years ago

Appears to work as described. Thank you.