Skip to content

Fix bug with snippet updating error losing changes

Vijay Hawoldar requested to merge vij-fix-update-bug into master

What does this MR do?

Refs #217561 (closed)

Changes the Snippets update service to re-assign any changes when an error occurs during update, so that these changes are not lost for the user.

Previous to this MR, if a repository error occured during update, the previous attributes would be restored on the snippet which would remove any changes to content etc that the user may have made

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports