When embedding another app as inner content for an article, it uses the same ModuleID as the parent (blog detail) module. Our inner app uses ModuleID as the filter for the items to display, so the same data is repeated across all articles.
We’ve read similar issues from a while back and not sure if this has been resolved.
Is there is a way to get the ContentBlockId somehow within the inner content razor template, or at least pass a custom parameter such as EntityId to it through the ITypedItem.Html method?
We’re running the latest version of DNN(v9.13.3), 2sxc (v17.07) and the Blog app.