widgetastic.core icon indicating copy to clipboard operation
widgetastic.core copied to clipboard

Included views do not call child_widget_accessed on the hosting view.

Open mfalesni opened this issue 7 years ago • 0 comments

Accessing a widget defined inside an included view does not invoke child_widget_accessed on the hosting view where the includer was placed.

Could be worked around by having the View being included define child_widget_accessed calling to the parent view's child_widget_accessed if use_parent is true.

mfalesni avatar Mar 15 '18 09:03 mfalesni