You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2023/04/03 16:31:23 UTC

[superset] branch tags-fix updated (87e5e76c3b -> c35b2a49ee)

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a change to branch tags-fix
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 87e5e76c3b fix tags
     add a18e33b3bc fix: Hide FilterBar for Reports (#23543)
     add bd0609df58 fix(sqllab): undefined issue_codes on query error (#23549)
     add 13ffb4b7c2 fix(plugin-chart-table): Include time control (#23533)
     add c35b2a49ee Merge branch 'master' of https://github.com/apache/superset into tags-fix

No new revisions were added by this update.

Summary of changes:
 .../src/query/extractQueryFields.ts                |  3 +-
 .../plugin-chart-table/src/controlPanel.tsx        | 30 +++++-----
 superset-frontend/src/SqlLab/actions/sqlLab.js     |  2 +-
 .../DashboardBuilder/DashboardBuilder.tsx          | 28 +++++-----
 .../components/nativeFilters/FilterBar/index.tsx   | 65 +++++++++++++---------
 .../components/nativeFilters/FilterBar/types.ts    |  1 +
 .../src/explore/actions/hydrateExplore.ts          | 20 +++++++
 7 files changed, 95 insertions(+), 54 deletions(-)