-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
fix: adhoc filter 'equals' doesn't let you save #9652
fix: adhoc filter 'equals' doesn't let you save #9652
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9652 +/- ##
=======================================
Coverage 70.74% 70.74%
=======================================
Files 585 585
Lines 30429 30429
Branches 3115 3114 -1
=======================================
+ Hits 21526 21527 +1
+ Misses 8789 8788 -1
Partials 114 114
Continue to review full report at Codecov.
|
10b4e99
to
bfb14f2
Compare
bfb14f2
to
b4b73a1
Compare
8b66de2
to
07255fc
Compare
When altering a filter, when using `equals` or `does not equals`, the save button is disabled even when it should be enalbed.
07255fc
to
9a06251
Compare
@@ -45,7 +45,7 @@ combine_as_imports = true | |||
include_trailing_comma = true | |||
line_length = 88 | |||
known_first_party = superset | |||
known_third_party =alembic,apispec,backoff,bleach,celery,click,colorama,contextlib2,croniter,cryptography,dataclasses,dateutil,flask,flask_appbuilder,flask_babel,flask_caching,flask_compress,flask_login,flask_migrate,flask_sqlalchemy,flask_talisman,flask_testing,flask_wtf,geohash,geopy,humanize,isodate,jinja2,markdown,markupsafe,marshmallow,msgpack,numpy,pandas,parsedatetime,pathlib2,polyline,prison,pyarrow,pyhive,pytz,retry,selenium,setuptools,simplejson,sphinx_rtd_theme,sqlalchemy,sqlalchemy_utils,sqlparse,werkzeug,wtforms,wtforms_json,yaml | |||
known_third_party =alembic,apispec,backoff,bleach,celery,click,colorama,contextlib2,croniter,cryptography,dateutil,flask,flask_appbuilder,flask_babel,flask_caching,flask_compress,flask_login,flask_migrate,flask_sqlalchemy,flask_talisman,flask_testing,flask_wtf,geohash,geopy,humanize,isodate,jinja2,markdown,markupsafe,marshmallow,msgpack,numpy,pandas,parsedatetime,pathlib2,polyline,prison,pyarrow,pyhive,pytz,retry,selenium,setuptools,simplejson,sphinx_rtd_theme,sqlalchemy,sqlalchemy_utils,sqlparse,werkzeug,wtforms,wtforms_json,yaml |
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.
pre-commit hooks are doing this...
@@ -15,11 +15,11 @@ | |||
# specific language governing permissions and limitations | |||
# under the License. | |||
import logging | |||
from dataclasses import dataclass |
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.
isort was failing
Addressed comments, @villebro or anyone, can a get a formal stamp? Also feel free to merge. |
before
after
Applies to
equals
anddoes not equal