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

JS Error after loading the 3th node: Uncaught TypeError: settings is undefined #285

Open strtob opened 1 year ago

strtob commented 1 year ago

Hi,

after successful loading of a node, I get this error:

Uncaught TypeError: settings is undefined
    beforeSend jQuery
    beforeSend http://localhost:8080/assets/7b442736/js/kv-tree.js:775
    jQuery 3
    <anonymous> http://localhost:8080/knowledge-base/index line 133 > injectedScript:26
    jQuery 8
    applyFilter http://localhost:8080/knowledge-base/index line 133 > injectedScript:176
    init http://localhost:8080/knowledge-base/index line 133 > injectedScript:112
    jQuery 7
    select http://localhost:8080/knowledge-base/index line 133 > injectedScript:3332
    bind http://localhost:8080/knowledge-base/index line 133 > injectedScript:3406
    invoke http://localhost:8080/knowledge-base/index line 133 > injectedScript:655
    trigger http://localhost:8080/knowledge-base/index line 133 > injectedScript:645
    trigger http://localhost:8080/knowledge-base/index line 133 > injectedScript:5939
    _registerResultsEvents http://localhost:8080/knowledge-base/index line 133 > injectedScript:5769
    invoke http://localhost:8080/knowledge-base/index line 133 > injectedScript:655
    trigger http://localhost:8080/knowledge-base/index line 133 > injectedScript:649
    bind http://localhost:8080/knowledge-base/index line 133 > injectedScript:1321
    jQuery 2

The strange thing is that the first 2 node selections work like a charme, then this message occurs.

Any ideas would be appreciated!

Thanks a lot, Tobi