You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an in-build option to restructure the hierarchy table(s) in a deferred manner? E.g. When destroying a node, I don't want the hierarchy rebuild to stall returning the success of the destroy method. Or when I move a node to a new parent, I don't want the save to have to wait for the hierarchy rebuild.
Thanks in advance.
Emil
The text was updated successfully, but these errors were encountered:
Hi there! an additional use case for this would be batch operations, like importing multiple elements into the hierarchy and only rebuilding it once at the end, instead of performing multiple calculations. Could this be easily implemented?
Hey 👋🏼
Is there an in-build option to restructure the hierarchy table(s) in a deferred manner? E.g. When destroying a node, I don't want the hierarchy rebuild to stall returning the success of the
destroy
method. Or when I move a node to a new parent, I don't want thesave
to have to wait for the hierarchy rebuild.Thanks in advance.
Emil
The text was updated successfully, but these errors were encountered: