Hello, It's me again
I'm migrating an old custom plugin from kibana 6.5 to kibana 7.5.
The plugin is developed with AngularJS and has a custom request handler.
In this request handler, I use the uiState from the interface RequestHandlerParameters to request data based on this.
But, this object doesn't contain the data stored by the plugin using the vis.uiStateVal function from the scope of the controller.
I capture the object content from the request handler:
And from the angular controller:
So, why the content is different ? Am I using the wrong uiState object in the request handler ?