fix: bbsFormVaildator 오탈자 수정 (Vaildator→Validator) - #136
Open
devlos0322 wants to merge 1 commit into
Open
Conversation
eGovFrameSupport
approved these changes
Aug 28, 2026
13 tasks
파일명과 함수명의 오탈자를 바로잡고 import·호출부 4곳을 함께 수정했습니다. 식별자 rename만 수행하여 동작 변경은 없습니다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
devlos0322
force-pushed
the
fix/typo-bbs-form-validator
branch
from
September 6, 2026 14:07
45edec3 to
45adb9a
Compare
Contributor
|
[2026년 전자정부 표준프레임워크 컨트리뷰션 기념품 발송 안내] ※응답기한 ~9월30일까지 @devlos0322 님, 안녕하세요. ↓응답 작성하기(Google 설문지)↓ ❒ 컨트리뷰션 종료 후, 시상 관련하여 연락 갈 예정이오니, 꼭 통화 가능한 본인 번호를 기재해 주시기 바랍니다. 감사합니다. |
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.
수정 사유 Reason for modification
수정된 소스 내용 Modified source
bbsFormVaildator의Vaildator오탈자를Validator로 바로잡았습니다.src/utils/bbsFormVaildator.js→src/utils/bbsFormValidator.js(파일명,git mv로 이력 유지)src/pages/inform/notice/EgovNoticeEdit.jsxsrc/pages/inform/gallery/EgovGalleryEdit.jsxsrc/pages/admin/notice/EgovAdminNoticeEdit.jsxsrc/pages/admin/gallery/EgovAdminGalleryEdit.jsx식별자 rename 만 수행했으며 로직·동작 변경은 없습니다. 저장소 전체에
Vaildator잔여 참조가 없는 것을 확인했습니다.현재 open PR 과의 관계
변경 파일이 아래 open PR 과 겹칩니다. 머지 순서에 참고 부탁드립니다.
EgovNoticeEdit.jsx,EgovGalleryEdit.jsx,EgovAdminNoticeEdit.jsx,EgovAdminGalleryEdit.jsx(4개 전부)EgovGalleryEdit.jsx특히 #103 은 본 PR 이 수정하는 import 줄 바로 아래에
EgovMenuHeaderimport 를 추가합니다. 본 PR 이 먼저 머지될 경우 #103 브랜치에는 삭제된 경로(@/utils/bbsFormVaildator)를 참조하는 import 가 남게 되며, rename 은 내용 충돌로 감지되지 않을 수 있어 자동 머지 후 빌드가 깨질 수 있습니다.bbsFormVaildator→bbsFormValidator로 import 경로·식별자 갱신 필요JUnit 테스트 JUnit tests
npm run test:run: 11개 파일 / 50개 테스트 전부 통과추가로
npm run lint(--max-warnings 0) 경고 0건을 확인했습니다.테스트 브라우저 Test Browser
UI 및 런타임 동작 변경이 없는 식별자 rename 이라 브라우저별 수동 테스트는 수행하지 않았습니다.
테스트 스크린샷 또는 캡처 영상 Test screenshots or captured video
화면 변경 사항이 없어 첨부할 스크린샷이 없습니다.
🤖 Generated with Claude Code