You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im facing an issue where i have a content type im loading in the admin that has a bagpart named sections . The sections bag part contains a contenttype named document that contains a flow part of widgets . One of these widgets is a content widget that has a html part (using trumboyig editor).
The issue is that for these nested flowparts within a bagpart the flowpart widgets javascript does not get executed when page loads. I think it has to do with fact that any <script/> tags are not registered to the resourses manager and not called on first page load.
Any ideas how to overcome this and be able to at least cover one level of nested bag part or flowpart part elements for a given content type.
The text was updated successfully, but these errors were encountered:
Im facing an issue where i have a content type im loading in the admin that has a bagpart named sections . The sections bag part contains a contenttype named document that contains a flow part of widgets . One of these widgets is a content widget that has a html part (using trumboyig editor).
The issue is that for these nested flowparts within a bagpart the flowpart widgets javascript does not get executed when page loads. I think it has to do with fact that any <script/> tags are not registered to the resourses manager and not called on first page load.
Any ideas how to overcome this and be able to at least cover one level of nested bag part or flowpart part elements for a given content type.
The text was updated successfully, but these errors were encountered: