kartik-v / yii2-tree-manager

An advanced tree management module using nested sets for Yii 2.
http://demos.krajee.com/tree-manager
Other
150 stars 107 forks source link

Breaks with upgrade to yii 2.0.36 #271

Closed Dunc80 closed 3 years ago

Dunc80 commented 4 years ago

I have the treeview widget with one additional view echo TreeView::widget([ ... 'nodeAddlViews' => [Module::VIEW_PART_2 => '/form'], ... ])

In the additional view, I have 3 specific widgets that used to work and after upgrading from yii2.0.35 to yii2.0.36 they will not load in the treeview detail. They do all still work on other pages of my site, but when I load the treeview page with them in the detail view they are replaced with the 'spinning arrows' loading icon. The widgets are all from kartik, they are select2, datecontrol/datetime, and checkboxX. I have tried with the latest release of treemanager and yii2widgets (1.1.2 and 3.4.1) as well as with "dev-master" for both packages.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.