FieldOverrides: Apply field overrides in PanelQueryRunner (#22439)

* Apply field overrides in PanelChrome

* Move applyFieldOverrides to panel query runner

* Review updates

* Make sure overrides are applied back on souce panel when exiting the new edit mode

* TS ignores in est

* Make field display work in viz repeater

* Review updates

* Review and test updates

* Change the way overrides and trransformations are retrieved in PQR

* Minor updates after review

* Fix null checks
This commit is contained in:
Dominik Prokop
2020-03-16 14:26:03 +01:00
committed by GitHub
parent ab0238eced
commit 642c1a16dd
19 changed files with 315 additions and 138 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=824
ERROR_COUNT_LIMIT=821
DIRECTIVES_LIMIT=172
CONTROLLERS_LIMIT=139