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

[#1234] Calendar > disabledDate 함수가 있는 경우 fromDate > toDate 비교하지 않도록 변경 #1235

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

h2yeon
Copy link
Collaborator

@h2yeon h2yeon commented Jul 8, 2022

이슈 사항

disabledDate로 최소 범위를 변경하고 싶은데 기존 SPEC으로 인해 최소 범위가 1일로 잡힘

작업 내용

AS-IS
기존 SPEC
rangeMode(fromDate, toDate가 있는 경우)일 때 fromDate 시간이 toDate를 넘으면 disabled처리

TO-BE
사용자가 작성한 disabledDate가 있는 경우 기존 SPEC 무시
disabledDate가 없는 경우 기존대로 비교하여 disabled 처리

@h2yeon h2yeon changed the title [#1234] Calendar < disabledDate 함수가 있는 경우 fromDate < toDate 비교하지 않도록 변경 [#1234] Calendar > disabledDate 함수가 있는 경우 fromDate < toDate 비교하지 않도록 변경 Jul 8, 2022
@h2yeon h2yeon changed the title [#1234] Calendar > disabledDate 함수가 있는 경우 fromDate < toDate 비교하지 않도록 변경 [#1234] Calendar > disabledDate 함수가 있는 경우 fromDate > toDate 비교하지 않도록 변경 Jul 8, 2022
@kdeun1 kdeun1 merged commit a0b2cb1 into 3.0 Jul 8, 2022
@kdeun1 kdeun1 deleted the 1234_calendar_invalid_date_check branch July 8, 2022 04:57
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.

4 participants