Replies: 1 comment
-
@MikeAlhayek did you work on something related recently? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a ContentItem having a named BagPart as such: contentItem.Content.Items.Contentems.
I update the the contentItem by contentItem by
This works as expected, but after upgrading our code to OC 1.9.*
contentItem.Content.Items == null
if we pass the object to another methos or simply do aawait _contentManager.GetAsync(contentItem.ContentItemId)
.... unless we get the items by callingcontentItem.Get<BagPart>("Items")
.Why so? Where is the Items reference gettting lost in the same call stack?
Beta Was this translation helpful? Give feedback.
All reactions