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 전체 페이지 수가 페이지를 이동하는 링크 수보다 적을 때 일부 페이지 번호가 표시되지 않는 문제를 수정 #2368

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jkee58
Copy link
Contributor

@jkee58 jkee58 commented Jan 16, 2019

게시판에서 페이지를 이동하는 링크 수(pagination 의 링크수)가 10일 경우 전체 페이지가 10 보다 작거나 같은 경우 일부 페이지 번호가 표시되지 않습니다.

예를 들어, 링크 수가 10이고 전체 페이지가 10일 경우에 7번째 링크에서 링크의 시작 번호가 2입니다.
10번째 링크의 경우에는 링크의 시작 번호가 5가 되면서 전체 pagination 의 길이가 6으로 줄어듭니다.

해당 오류를 수정했습니다.

@ghost ghost self-assigned this Jan 23, 2019
@ghost ghost removed their assignment Apr 16, 2020
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.

1 participant