opencast / annotation-tool

A video annotation service that is suitable for research, teaching and learning
Educational Community License v2.0
40 stars 19 forks source link

Fix deleting scales #568

Closed lkiesow closed 2 years ago

lkiesow commented 2 years ago

This patch fixes the problem that deleting scales will occasional fail due to timing issues since the values belonging to the scale being deleted are not yet deleted.

Instead of trying to get the timing right and waiting for requests in the frontend, this patch fixes the problem in the backend, automatically deleting all its values along with a scale.

JulianKniephoff commented 2 years ago

Merged in b87aca26ddfd85a05fe8a6295dd6878320b921e0