Skip to content
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 null values being applied to filters with click behavior custom URL links #40023

Conversation

JesseSDevaney
Copy link
Contributor

Before

2024-03-12.13-35-14.mp4

After

2024-03-12.13-36-52.mp4

@JesseSDevaney JesseSDevaney added backport Automatically create PR on current release branch on merge Reporting/Dashboards/Click Behavior .Team/DashViz Dashboard and Viz team labels Mar 12, 2024
@JesseSDevaney JesseSDevaney requested review from kulyk and a team March 12, 2024 17:41
@JesseSDevaney JesseSDevaney self-assigned this Mar 12, 2024
Copy link

replay-io bot commented Mar 12, 2024

Status Complete ↗︎
Commit 4176716
Results
⚠️ 1 Flaky
2371 Passed

Copy link
Member

@kulyk kulyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fix looks good! Could we please add a test for it?

Copy link
Member

@kulyk kulyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, please update the field reference before merging 🙏

@JesseSDevaney JesseSDevaney enabled auto-merge (squash) March 19, 2024 18:59
@JesseSDevaney JesseSDevaney merged commit 4c28763 into master Mar 19, 2024
108 checks passed
@JesseSDevaney JesseSDevaney deleted the 38489/fix-null-values-applied-in-custom-url-click-behavior branch March 19, 2024 19:33
Copy link

@JesseSDevaney Did you forget to add a milestone to the issue for this PR? When and where should I add a milestone?

github-actions bot pushed a commit that referenced this pull request Mar 19, 2024
…RL links (#40023)

* do not pass null values to link url

* update null check to include query builder nulls replaced with "(empty")

* add test to verify behavior

* replace magic string with constant

* fix breakout in cypress spec
metabase-bot bot added a commit that referenced this pull request Mar 19, 2024
…RL links (#40023) (#40323)

* do not pass null values to link url

* update null check to include query builder nulls replaced with "(empty")

* add test to verify behavior

* replace magic string with constant

* fix breakout in cypress spec

Co-authored-by: Jesse Devaney <22608765+JesseSDevaney@users.noreply.github.com>
calherries pushed a commit that referenced this pull request Mar 21, 2024
…RL links (#40023)

* do not pass null values to link url

* update null check to include query builder nulls replaced with "(empty")

* add test to verify behavior

* replace magic string with constant

* fix breakout in cypress spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Automatically create PR on current release branch on merge Reporting/Dashboards/Click Behavior .Team/DashViz Dashboard and Viz team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Null values applied to filters with empty values in custom url from Click Behavior
2 participants