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

validators: fix greaterThan validator #323

Merged
merged 1 commit into from
Dec 11, 2020

Conversation

zannkukai
Copy link
Contributor

The greaterThanValidator requires two arguments to find values to check.
But these arguments were not used. This commit fixes this behavior.

Closes #320

Co-Authored-by: Renaud Michotte renaud.michotte@gmail.com

Code review check list

  • Commit message template compliance.
  • Commit message without typos.
  • File names.
  • Functions names.
  • Functions docstrings.
  • Unnecessary commited files?
  • Extracted translations?

The greaterThanValidator requires two arguments to find values to check.
But these arguments were not used. This commit fixes this behavior.

Closes rero#320

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
@zannkukai zannkukai self-assigned this Dec 10, 2020
@zannkukai zannkukai added this to the v1.0.0 milestone Dec 10, 2020
@zannkukai zannkukai requested review from jma and sebdeleze December 10, 2020 14:11
@sebdeleze sebdeleze merged commit 9a08397 into rero:dev Dec 11, 2020
@zannkukai zannkukai deleted the zan-fix-issue-320 branch January 21, 2021 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"start" and "end" arguments are not use in TimeValidator.greaterThanValidator
2 participants