Changing a property from modified to unchanged should reject changes #5645
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Looking through TODOs in the code I found one referencing issue #742 which is about rejecting changes to properties when they are marked as unchanged after having been modified. The issue was closed as being fixed, but it appears that it only got fixed when the whole entity is marked as unchanged, not when an individual property is marked as such, hence the remaining TODO in the code.
It seems inconsistent to have marking the entity work in one way but marking the property work the other way. I think we should fix this before RTM so that it isn't a breaking change post RTM.
The text was updated successfully, but these errors were encountered: