-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Remove the ability to switch to filter-box chart when DASHBOARD_NATIVE_FILTERS feature is enabled #25275
Merged
michael-s-molina
merged 1 commit into
apache:master
from
john-bodley:john-bodley--fix-23142
Sep 12, 2023
Merged
chore: Remove the ability to switch to filter-box chart when DASHBOARD_NATIVE_FILTERS feature is enabled #25275
michael-s-molina
merged 1 commit into
apache:master
from
john-bodley:john-bodley--fix-23142
Sep 12, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
michael-s-molina
approved these changes
Sep 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
john-bodley
added
the
v3.0
Label added by the release manager to track PRs to be included in the 3.0 branch
label
Sep 12, 2023
justinpark
reviewed
Sep 12, 2023
superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx
Outdated
Show resolved
Hide resolved
…D_NATIVE_FILTERS feature is enabled
john-bodley
force-pushed
the
john-bodley--fix-23142
branch
from
September 12, 2023 20:06
be3c0d3
to
329ff44
Compare
john-bodley
added a commit
to airbnb/superset-fork
that referenced
this pull request
Sep 12, 2023
…D_NATIVE_FILTERS feature is enabled (apache#25275) (cherry picked from commit 8eff5a7)
john-bodley
added a commit
to john-bodley/superset
that referenced
this pull request
Sep 13, 2023
…D_NATIVE_FILTERS feature is enabled (apache#25275) (cherry picked from commit 8eff5a7)
eschutho
pushed a commit
to Superset-Community-Partners/superset
that referenced
this pull request
Sep 21, 2023
…D_NATIVE_FILTERS feature is enabled (apache#25275)
cccs-rc
pushed a commit
to CybercentreCanada/superset
that referenced
this pull request
Mar 6, 2024
…D_NATIVE_FILTERS feature is enabled (apache#25275)
mistercrunch
added
🍒 3.0.0
🍒 3.0.1
🍒 3.0.2
🍒 3.0.3
🍒 3.0.4
🏷️ bot
A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels
🚢 3.1.0
labels
Mar 8, 2024
vinothkumar66
pushed a commit
to vinothkumar66/superset
that referenced
this pull request
Nov 11, 2024
…D_NATIVE_FILTERS feature is enabled (apache#25275)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
This PR is a follow up to #23142. Previously I removed the ability to add a filter-box chart when the
DASHBOARD_NATIVE_FILTERS
feature was enabled, but neglected to take into account switching visualization types.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE
AFTER
TESTING INSTRUCTIONS
Manual testing.
ADDITIONAL INFORMATION