SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
173 stars 112 forks source link

[BUG] There is no option for ignoring fields when save registered typed content in sensenet client 3.0 #1946

Closed HegyiOliver closed 7 months ago

HegyiOliver commented 1 year ago

image

This exception was originally thrown at this call stack: System.Array.SetValue(object, int) SenseNet.Client.Content.GetMultiReferenceArray(object, System.Type) SenseNet.Client.Content.MultiReferenceIsChanged(object, string, Newtonsoft.Json.Linq.JToken, System.Type) SenseNet.Client.Content.ManageReferences(System.Type, string, object, Newtonsoft.Json.Linq.JToken, System.Collections.Generic.IDictionary<string, object>) SenseNet.Client.Content.ManagePostData(System.Collections.Generic.IDictionary<string, object>) SenseNet.Client.Content.SaveAsync(System.Threading.CancellationToken)

This is caused by a helper property that is not defined in the CTD. It is created to access some data easier and supposed to be a transient / not mapped field. 

image

kavics commented 7 months ago

I need to know the error message.