kibana/test
Matt Bargar 5e5b2ce7e2
Fix available fields option toggle (#21730)
a36b87a#diff-aff92ff718af4b68d02f030d8a438754 added an ng-if around the available fields button element. ng-if creates a child scope. The ng-click on the button directly modifies scope state. As a result, when the ng-if was added, that ng-click began modifying the ng-if's child scope instead of the parent scope.

The best solution would be to update the discFieldChooser directive to use the controllerAs property so its scope variables are namespaced. However, this is a bit risky because I'd need to make sure to update every single scope variable reference in the template, and it's a relatively large template. Since we'd like to backport this to 6.4 I've taken the less risky route of adding $parent to the scope reference inside the ng-if block.
2018-08-07 16:53:33 -04:00
..
api_integration [Monitoring] Support legacy use cases for passthrough (#21211) 2018-07-31 10:33:13 -04:00
common [kbn-test] convert kibana-install-dir flag to installDir option (#21317) 2018-08-02 17:23:34 -07:00
dev_certs [devServer] include self-signed certificates for testing 2016-01-19 14:19:25 -07:00
functional Fix available fields option toggle (#21730) 2018-08-07 16:53:33 -04:00
panel_actions Add pluggable panel action tests (#20163) 2018-07-28 10:41:57 -04:00
scripts Turn reporting snapshot tests back on with new baselines (#21441) 2018-08-06 12:29:16 -04:00