페이지 모듈에서 모듈분류 검색 기능 작동 안 하는 버그 수정#1988
Closed
sejin7940 wants to merge 2 commits into
Closed
Conversation
Develop #161019
YJSoft
approved these changes
Nov 13, 2016
|
모듈 분류 select box가 나오지 않는 것은 버그가 아니고, 하나의 항목만 검색할 수 있는 상태이기 때문입니다. #2021 PR에서 문자열 검색 및 분류를 필터링 할 수 있도록 변경해봤습니다.
|
|
#2021 이슈에서 별도로 처리했습니다. |
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
페이지모듈에서는 모듈분류 selectbox 자체가 안 나온다
이 부분이 정상적으로 나오도록 수정
추가로 검색어 값이 비어있으면 검색이 안 되고 에러가 나오는데..
모듈분류가 정상 작동하도록 검색어 필수를 제외