This is an automated email from the ASF dual-hosted git repository.
vavila pushed a change to branch fix/dataset-currency
in repository https://gitbox.apache.org/repos/asf/superset.git
from a1bd1365dc Fixing (hopefully) the migration
add 56099ffeae Changing approach (again)
No new revisions were added by this update.
Summary of changes:
.../superset-ui-chart-controls/src/types.ts | 1 +
superset-frontend/src/components/Chart/Chart.tsx | 21 +----
.../src/explore/actions/hydrateExplore.test.ts | 48 ++++++++++++
.../src/explore/actions/hydrateExplore.ts | 9 +++
.../src/hooks/apiResources/dashboards.test.ts | 89 ++++++++++++++++++++++
.../src/hooks/apiResources/dashboards.ts | 13 +++-
...2_convert_metric_currencies_from_str_to_json.py | 9 +--
7 files changed, 164 insertions(+), 26 deletions(-)
create mode 100644 superset-frontend/src/hooks/apiResources/dashboards.test.ts