-
Hi, I'm getting an error when trying to insert an element that I want to be related to a parent element. I get "shared lock not held on parent element to insert" but I am using acquireLocks({shared: with parentElement id}) method I even check if that element has SharedLock
the parent its a element and the other one its a geometric element. ill apreciate a little asistence thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
Nhillus
May 13, 2024
Replies: 1 comment
-
I think i got it i have a duplicated code in my props element that for some reason says was shared lock error. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Nhillus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think i got it i have a duplicated code in my props element that for some reason says was shared lock error.