We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to #9858 but with a different backend error, attempting to edit a published graph by adding multiple nodes off the root can raise a 500.
afs7 | File "/web_root/arches/arches/app/views/graph.py", line 394, in post afs7 | graph.save() afs7 | File "/web_root/arches/arches/app/models/graph.py", line 475, in save afs7 | self.validate() afs7 | File "/web_root/arches/arches/app/models/graph.py", line 1625, in validate afs7 | self.check_if_resource_is_editable() afs7 | File "/web_root/arches/arches/app/models/graph.py", line 1527, in check_if_resource_is_editable afs7 | self.nodes[db_node.nodeid], afs7 | KeyError: UUID('06f23c44-3183-11ee-bc84-0242ac120007') afs7 | [02/Aug/2023 22:22:13] "POST /graph/300b5716-a288-4c38-b5c8-6d2f26d7194e/append_node HTTP/1.1" 500 132613
Arches 7.4 Arches for Science 1.0 dev
The text was updated successfully, but these errors were encountered:
Perhaps what we need to do is just throw an error on the back end when a user tries to add a new node to a published graph.
Sorry, something went wrong.
Prevent adding nodes or branches to published graphs archesproject#9864
ba2410d
9ec2388
73f7a40
Merge pull request #9871 from jacobtylerwalls/9864_guard_published_gr…
43faf03
…aphs Prevent adding nodes or branches to published graphs #9864
jacobtylerwalls
No branches or pull requests
Similar to #9858 but with a different backend error, attempting to edit a published graph by adding multiple nodes off the root can raise a 500.
To reproduce
Result
Version
Arches 7.4
Arches for Science 1.0 dev
Video
two-nodes-500.mov
The text was updated successfully, but these errors were encountered: