When a corpus is delete, delete also the contexts associated with it
Fixes #458.
I can see there are a few tests failing locally for me, which I'm going to investigate as soon as I have some spare capacity.
Fixes #458.
I can see there are a few tests failing locally for me, which I'm going to investigate as soon as I have some spare capacity.
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b adinapoli/issue-458 origin/adinapoli/issue-458
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout origin/dev git merge --no-ff adinapoli/issue-458
Step 4. Push the result of the merge to GitLab
git push origin dev
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.