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

Discard campaign values if they are provided as arrays #20206

Merged
merged 2 commits into from Jan 13, 2023
Merged

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Jan 12, 2023

Description:

If campaign parameters are provided as arrays in the URL, that might currently let the tracking fail.
As arrays should be unexpected in that case, I guess simply ignoring such values should be a suitable solution.

fixes #20189

Review

@sgiehl sgiehl added the Needs Review PRs that need a code review label Jan 12, 2023
@sgiehl sgiehl added this to the 4.13.1 milestone Jan 12, 2023
Copy link
Contributor

@bx80 bx80 left a comment

Choose a reason for hiding this comment

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

Did some breakpoint checks on the new test, the test passes without issues and now no exception is thrown 👍

@bx80 bx80 merged commit 70e5a28 into 4.x-dev Jan 13, 2023
@bx80 bx80 deleted the campaignfix branch January 13, 2023 01:55
@sgiehl sgiehl modified the milestones: 4.13.1, 4.13.2 Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeErrors in UrlHelper
2 participants