-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deleteDocument() : Error : Statement to be removed is not on store #631
Comments
This must be better explained :
The issue is with the last object Collection
|
@angelo @timbl
|
@timbl A hack has been implemented in source-pane to move the error to a console.log() |
For example trying to edit with the source-pane
https://bourgeoa.solidcommunity.net:8443/public/
_:186
object is the term.value ofCollection
The issue occurs only at the
st.object
being an(object) Collection
in themetadata status part
.It looks like if
st.object
do not get the Collection elements.removeMatches()
callsremoveMany()
that callsremove()
that fails on that object Collection.The text was updated successfully, but these errors were encountered: