Closed Natkeeran closed 7 years ago
This PR addresses this issue: https://github.com/digitalutsc/islandora_web_annotations/issues/123.
The PID and checksum of the annotation that is created on the server is not available in the annotationCreated event. This is Bug in the library: https://github.com/openannotation/annotator/issues/482.
A fix involving registering a ajaxComplete event to the POST even is suggested here: https://github.com/openannotation/annotator/issues/495. This PR implements that.
What does this Pull Request do?
This PR addresses this issue: https://github.com/digitalutsc/islandora_web_annotations/issues/123.
The PID and checksum of the annotation that is created on the server is not available in the annotationCreated event. This is Bug in the library: https://github.com/openannotation/annotator/issues/482.
A fix involving registering a ajaxComplete event to the POST even is suggested here: https://github.com/openannotation/annotator/issues/495. This PR implements that.
How should this be tested?