apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform

Home Page:https://superset.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2 options inside top right '+' button not working

kamalkeshavani-aiinside opened this issue · comments

Two new options added under 'Data' in the top right '+' button do not work.
image

How to reproduce the bug

  1. Scroll over to '+' sign in the top-right corner to open the popup
  2. Scroll to 'Data' option to open another popup
  3. Click on any of first 2 options

Expected results

The UI should move to Add Database/Google Sheet screen.

Actual results

Nothing happens.

Screenshots

You can see in the gif, that there are no links associated with the 2 buttons.

1 5_issue

Environment

  • browser type and version: Chrome v101
  • superset version: 1.5.0
  • any feature flags active:

Checklist

Make sure to follow these steps before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven't found one similar.

Additional context

No error logs are seen in container.

Hi @kamalkeshavani-aiinside, thanks for reporting this.

I'm not seeing any issues in master. Couple of questions:

  • Are you seeing this with the default admin/admin user? All users?
  • Can you check the console to see if there're any errors thrown?

Additionally, for context, those two buttons don't have any urls attached, they trigger a modal in place.

I am seeing this issue with Admin user in 1.5.0, running docker hub image.
I checked the container, but no error logs are seen there.

We have a fix that will be going out in the next 2.0 release that I tagged to this issue.