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
SG-41606: Create new softDeleted property if it doesn't exist yet (#1046)
### [SG-41606](https://jira.autodesk.com/browse/SG-41606): Create new
softDeleted property if it doesn't exist yet
### Summarize your change.
Instead of only setting the value of the `softDeleted` property if it
exist, we should always make sure the property exist and is updated by
the different undo/redo/clear operations.
### Describe the reason for the change.
An issue was found in the Live Review plugin where clear actions would
not clear the annotations for the other participants if the softDeleted
property was not updated by the instance who made the action. The fix
for this issue will be part of another PR in the Commercial RV repo, but
it also make sense for the annotation tool to always make sure the
`softDeleted` property has a value.
Signed-off-by: Éloïse Brosseau <eloise.brosseau@autodesk.com>
0 commit comments