kgabryje opened a new pull request #11960: URL: https://github.com/apache/incubator-superset/pull/11960
### SUMMARY Fixes bugs https://github.com/apache/incubator-superset/issues/11623 and https://github.com/apache/incubator-superset/issues/11835. `AlteredSliceTag` was crashing because it was using a `ListView` component, which requires access to React Router to work (which Explore view doesn't have). I replaced it with newer `TableView` to display a table. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> ### TEST PLAN Manually verify that bugs don't occur anymore. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [x] Has associated issue: https://github.com/apache/incubator-superset/issues/11623, https://github.com/apache/incubator-superset/issues/11835 - [ ] Changes UI - [ ] Requires DB Migration. - [ ] Confirm DB Migration upgrade and downgrade tested. - [ ] Introduces new feature or API - [ ] Removes existing feature or API CC: @junlincc @adam-stasiak Can you please test it? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
