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

Multiple derivative versiosn get created #85

Closed Natkeeran closed 7 years ago

Natkeeran commented 7 years ago

When WebVTT derivative creation is enabled, whenever the xml gets edited two versions of the derivative vtt datastreams get created. For each version, it also creates 2 versions of index datastreams as well.

Steps to reproduce

Expected

MEDIATRACK and INDEX should go to version 2

Actual

Two versions of mediatrack gets created (version goes to 3). And for each version, an indexmediatrack gets created (version goes to 5).

kimpham54 commented 7 years ago

i was also able to reproduce the issue

Natkeeran commented 7 years ago

@kimpham54 Pls see if this https://github.com/digitalutsc/islandora_solution_pack_oralhistories/pull/87 fixes the issue. Thanks.

MarcusBarnes commented 7 years ago

I'm currently testing https://github.com/digitalutsc/islandora_solution_pack_oralhistories/pull/87. Thanks. @kimpham54 You're welcome to test too.

MarcusBarnes commented 7 years ago

Addressed in pull-request https://github.com/digitalutsc/islandora_solution_pack_oralhistories/pull/87 (merged with commit https://github.com/digitalutsc/islandora_solution_pack_oralhistories/commit/0dbe8a1e1dfb337d1cfd51d5196e454aa2138f68).