OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-11-25 99f009497d41287f694468198bfcc81e23a34c45
사용자 필드 언어팩 추가- [프론트]
3개 파일 변경됨
17 ■■■■ 파일 변경됨
src/main/java/kr/wisestone/owl/domain/enumType/CustomFieldType.java 8 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/i18n/ko/global.json 7 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/views/notice/noticeList.html 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/java/kr/wisestone/owl/domain/enumType/CustomFieldType.java
@@ -6,5 +6,11 @@
public enum CustomFieldType {
    INPUT,
    MULTI_SELECT,
    SINGLE_SELECT
    SINGLE_SELECT,
    NUMBER,
    DATETIME,
    IP_ADDRESS,
    EMAIL,
    SITE,
    TEL
}
src/main/webapp/i18n/ko/global.json
@@ -821,7 +821,12 @@
        "import": "가져오기",
        "diffuserURL": "유포자URL",
        "country": "국가",
        "tableView": "테이블 표시설정"
        "numberField": "숫자 필드",
        "datetimeField": "날짜 필드",
        "ipAddressField": "IP Address 필드",
        "emailField": "이메일 필드",
        "siteField": "홈페이지 필드",
        "telField": "전화번호 필드"
    },
    "tasks": {
        "agileBoardTitle": "칸반 보드"
src/main/webapp/views/notice/noticeList.html
@@ -84,7 +84,7 @@
                            </div>
                        </div>
                        <div class="col-sm-6 text-right">
                            <form class="form-inline justify-content-sm-end pull-right ng-pristine ng-valid" method="post" action="/project/downloadExcel" name="projectListForm">
                            <form class="form-inline justify-content-sm-end pull-right ng-pristine ng-valid" method="post" action="/notice/downloadExcel" name="projectListForm">
                                <input type="hidden" name="conditions" autocomplete="off">
                                <div class="btn-group">
                                    <button aria-expanded="false" aria-haspopup="true" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" type="button"><span translate="common.addFunction" class="ng-scope">추가기능</span>