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
When using the ChangingContext.Merged property, given an initial Item that contains a property like: <property_name type='Some Type' is_null='1'></property_name>, the resulting merged item result is invalid due to the property above having 2 is_null attributes.
I have confirmed that removing the type attribute from the incoming property works as expected.
The text was updated successfully, but these errors were encountered:
When using the ChangingContext.Merged property, given an initial Item that contains a property like:
<property_name type='Some Type' is_null='1'></property_name>
, the resulting merged item result is invalid due to the property above having 2 is_null attributes.I have confirmed that removing the type attribute from the incoming property works as expected.
The text was updated successfully, but these errors were encountered: