Content of a SortIndexBone
is being cloned when using clone
#1385
Labels
bug(fix)
Something isn't working or address a specific issue or vulnerability
help wanted
Extra attention is needed
Priority: Medium
This issue may be useful, and needs some attention.
The problem described in the title happens when you create an entry containing a SortIndexBone (and sorting by this) and afterwards clone this entry. The saved value created by SortIndexBone's
defaultValue
is just copied, and calculates always into the same value, so that sorting is impossible.Workaround: Manually overwrite the cloned value to get unique values.
The text was updated successfully, but these errors were encountered: