This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Failed to save contentItem when using "contentItem.As<LeadPart>()" in OrchardCore 2.1.3 without exceptions #17265
Labels
You can continue the conversation there. Go to discussion →
Describe the bug
Failed to save contentItem when using "contentItem.As()" in OrchardCore 2.1.3 without exceptions
The result saved to database is :
{"ContentItemId":"4we05tthw9aq15k3tt4m78j9ds","ContentItemVersionId":"4nyw8p39pywx01t6cb8kzdxz4a","ContentType":"Lead","DisplayText":"3333333333333","Latest":true,"Published":true,"ModifiedUtc":"2024-12-20T07:45:14.542097Z","PublishedUtc":"2024-12-20T07:45:14.6086407Z","CreatedUtc":"2024-12-20T07:45:14.542097Z","Owner":"431atmty3vvgf4jbc3v4qhx4cp","Author":"superadmin","TitlePart":{},"LeadPart":{"FirstName":{},"LastName":{},"Company":{},"Email":{},"Phone":{},"Source":{},"Status":{},"Description":{},"Id":null,"CreatedUtc":"2024-12-20T07:43:58Z","LastModifiedUtc":"2024-12-20T07:44:00Z"}}
The modifications made to the leadPart have not taken effect . What's the problem, please?
Orchard Core version
version 2.1.3
The text was updated successfully, but these errors were encountered: