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

Deleted annotations remain in WADMContainer List #192

Closed kimpham54 closed 7 years ago

kimpham54 commented 7 years ago

Description Annotations are not consistently removed from AnnotationContainer WADMContainer JSON-LD

Steps to Reproduce Create multiple annotations Delete each and every annotation one by one, check AnnotationContainer WADMContainer datastream to confirm that annotations are being removed from paged list

Expected Behaviour Annotations are removed from WADMContainer when they are deleted via the UI

Actual Behaviour Annotations are remaining in the WADMContainer List, this behaviour happens periodically. There is always one remaining annotation in the WADMContainer list

Notes Actual behaviour occurs for large image Expected (correct) behaviour occurs for basic image, audio

kimpham54 commented 7 years ago

Issue could not be reproduced when tested with newly ingested large images. Alls good.