You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2020/03/19 15:05:55 UTC

[incubator-superset] branch master updated (d7ea41a -> 4659883)

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

rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from d7ea41a  Revert "[requirements] Bumpy Celery (#9277)" (#9323)
     add 4659883  show edit modal on dashboards list view (#9211)

No new revisions were added by this update.

Summary of changes:
 .../views/dashboardList/DashboardList_spec.jsx     |  10 ++
 .../src/dashboard/components/Header.jsx            |   3 +-
 .../src/dashboard/components/PropertiesModal.jsx   | 118 +++++++++++++--------
 .../enhancers/{withToasts.jsx => withToasts.tsx}   |   8 +-
 .../src/views/dashboardList/DashboardList.tsx      |  78 +++++++++++---
 superset/views/dashboard/api.py                    |   8 +-
 6 files changed, 158 insertions(+), 67 deletions(-)
 rename superset-frontend/src/messageToasts/enhancers/{withToasts.jsx => withToasts.tsx} (81%)