allenai / pawls

Software that makes labeling PDFs easy.
https://pawls.apps.allenai.org
Apache License 2.0
380 stars 74 forks source link

Fix: relation endpoint deletion #212

Open MikeG112 opened 11 months ago

MikeG112 commented 11 months ago

This PR updates the UI logic responsible for updating RelationGroup objects based on adjustments made to the targetIds and sourceIds of annotations within the RelationGroup.

With existing logic, deleting the target annotation on a relation with a single source and a distinct single target will leave the relation object intact. I expect this is not intended behavior, and is caused by the typo below.