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: NoSunday date validator does not work properly #1459

Merged
merged 1 commit into from Jul 10, 2023

Conversation

kp7860
Copy link
Contributor

@kp7860 kp7860 commented Jul 6, 2023

PR Type

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:

What Is the Current Behavior?

The date validator noSunday is supposed to check a date input field to be not a Sunday, but the check is not working.

Issue Number: Closes #

What Is the New Behavior?

The date validator works as expected.
image

Does this PR Introduce a Breaking Change?

[ ] Yes
[x] No

Other Information

for sunday, it's not working due to wrong check.
@SGrueber
Copy link
Collaborator

SGrueber commented Jul 7, 2023

@kp7860 Thanks for this bugfix. Is there any reason why this pull request is draft? Can we merge it?

@kp7860 kp7860 marked this pull request as ready for review July 7, 2023 12:50
@SGrueber SGrueber self-requested a review July 7, 2023 15:17
@SGrueber SGrueber self-assigned this Jul 7, 2023
@SGrueber SGrueber added this to the 4.2 milestone Jul 7, 2023
@SGrueber SGrueber changed the title Update special-validators.ts Fix: NoSunday date validator does not work properly Jul 7, 2023
@SGrueber SGrueber changed the title Fix: NoSunday date validator does not work properly fix: NoSunday date validator does not work properly Jul 7, 2023
@kp7860
Copy link
Contributor Author

kp7860 commented Jul 10, 2023

@SGrueber I am not able to merge the request. Please merge

@SGrueber SGrueber merged commit 623921d into intershop:develop Jul 10, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants