You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deleting an entry from a manual table, the entry does not delete. Sometimes nothing happens, and sometimes an error is returned: 500 Nothing to delete.
The downstream tables for this entry are not populated so it wouldn't be an issue with cascading deletes. This error occurs when using the deployed site (https://labbook.datajoint.io), so not sure if this is an issue with the deployment or labbook itself. I am able to delete the entry with datajoint-python.
Thanks for the report @kabilar. Unfortunately, I have not experienced this before.
Would you mind creating a minimal pipeline use-case that demonstrates this? Reproducing this issue would really accelerate the effort to fix this. For example, "Here is a pipeline where a delete fails in DJ LabBook but succeeds manually using DJ Python" or similar.
Also, I'd try to refresh the page just to be sure you aren't looking at 'stale' data (in case that is the bug).
Bug Report
Description
When deleting an entry from a manual table, the entry does not delete. Sometimes nothing happens, and sometimes an error is returned:
500 Nothing to delete
.The downstream tables for this entry are not populated so it wouldn't be an issue with cascading deletes. This error occurs when using the deployed site (https://labbook.datajoint.io), so not sure if this is an issue with the deployment or labbook itself. I am able to delete the entry with
datajoint-python
.Reproducibility
tutorial-db.datajoint.io
Screenshots
The text was updated successfully, but these errors were encountered: