Skip to content
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

Error while modifying documents with JSON #2121

Open
chonymony opened this issue Apr 22, 2024 · 1 comment
Open

Error while modifying documents with JSON #2121

chonymony opened this issue Apr 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@chonymony
Copy link

chonymony commented Apr 22, 2024

Describe the bug
Whenever I try to edit or delete through the dashboard some random documents that have a json property, I can't do so.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the document tab
  2. Select to edit or delete document
  3. error message pops

Expected behavior
Be able to delete or edit documents that have json properties normally.

Screenshots
image

Info (please complete the following information):

  • TerminusCMS

The following WOQL code is a workaround but running it deletes another random JSON :/

WOQL.triple("v:sustantivo", 
            "v:predicado", 
            "terminusdb:///json/JSON/SHA1/fcf8e09037a1c8cf52796faa97ce93557cac9367")
  .delete_document("v:sustantivo")

@chonymony chonymony added the bug Something isn't working label Apr 22, 2024
@licxius7
Copy link

Have the same issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants