digitalutsc / islandora_web_annotations

An Islandora module that enables annotation on Islandora objects, following the W3C Web annotation model.
GNU General Public License v3.0
7 stars 5 forks source link

Issue 177 #180

Closed Natkeeran closed 7 years ago

Natkeeran commented 7 years ago

What does this Pull Request do?

This PR addresses this issue: https://github.com/digitalutsc/islandora_web_annotations/issues/177.

The problem seems to be that the client side annotation js for video (open video annotation/annotator js) seems to append the data returned from an update call. This corrupted the data stream.

The solution is to remove the data returned on update from the client store.

How should this be tested?

MarcusBarnes commented 7 years ago

Tested and appears to work as described. Thank you @Natkeeran and @kimpham54.