Prevent drag and drop from parent to child Data Object #19218
-
|
Is there a way to prevent users from accidentally dragging a parent object into one of its child objects? Doing so creates a circular reference in the data structure, which can cause the server to run out of memory and crash during the indexing process. |
Beta Was this translation helpful? Give feedback.
Answered by
fashxp
Jun 24, 2026
Replies: 1 comment 1 reply
-
|
I would consider that as a bug. this should not be possible at all and throw an error message. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
benshen-secretlab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would consider that as a bug. this should not be possible at all and throw an error message.