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

Range filter bug, referencing to min instead of max value. #1387

Closed
jaisdominik opened this issue May 7, 2020 · 0 comments
Closed

Range filter bug, referencing to min instead of max value. #1387

jaisdominik opened this issue May 7, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@jaisdominik
Copy link

$parameterBag->set($field . '-max', $values[0]);

Should be $values[1] instead!

@jaisdominik jaisdominik changed the title Little bug, referencing to min instead to max value. Range filter bug, referencing to min instead of max value. May 7, 2020
@dpfaffenbauer dpfaffenbauer self-assigned this May 28, 2020
@dpfaffenbauer dpfaffenbauer added this to the 2.2.2 milestone May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants