sensenet icon indicating copy to clipboard operation
sensenet copied to clipboard

Bug: unexpected property in the request.

Open kavics opened this issue 1 year ago • 1 comments

An unexpected property appears in the web request when the Client.Net saves brand new content. The code:

var container = repository.CreateContent(rootPath, containerType, containerName);
await container.SaveAsync().ConfigureAwait(false);

The request:

models=[{"Name":"MyMemos","__ContentType":"MemoList","Existing":false}]

Expectation: The request should never include the "Existing" property.

kavics avatar Mar 21 '23 23:03 kavics

Fixed in another issue.

kavics avatar Jun 21 '24 15:06 kavics