dlumbrer / kbn_searchtables

Kibana plugin to do searchable tables without apply filters
Apache License 2.0
48 stars 14 forks source link

this plugin work's fine on 5.5 but not on 5.6.1 #7

Closed TRISAF closed 7 years ago

TRISAF commented 7 years ago

Hi, this plugin work's fine on 5.5 but not on 5.6.1 The error is: Uncaught TypeError: Cannot read property 'get' of undefined (http://localhost:5601/bundles/kibana.bundle.js?v=15533:153) Version: 5.6.1 Build: 15533 Error: Uncaught TypeError: Cannot read property 'get' of undefined (http://localhost:5601/bundles/kibana.bundle.js?v=15533:153) at window.onerror (http://localhost:5601/bundles/commons.bundle.js?v=15533:76:8876)

Any idea for fix this error?

Many thanks Filippo

dlumbrer commented 7 years ago

Hi @TRISAF ,

I'm going to test the plugin in that version.

I'll keep this issue opened!!

Thx

dlumbrer commented 7 years ago

Hi @TRISAF,

I dont have problems using it on 5.6.1, did you change the kibana/version of package.json?

TRISAF commented 7 years ago

With a fresh installation of kibana and the plugin, it works fine. Many thanks for the attention Filippo