OWL ITS + 탐지시스템(인터넷 진흥원)
이슈 담당부서 변경 시 선택 할 부서가 없을 경우 '선택할 수 있는 사용자' -> '부서'로 문구 변경
9개 파일 변경됨
19 ■■■■ 파일 변경됨
src/main/webapp/i18n/ko/global.json 3 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/views/issue/downIssueModifyStatus.html 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/views/issue/issueModifyDepartment.html 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/views/issue/issueModifyStatus.html 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/views/issueType/issueTypeAdd.html 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/views/issueType/issueTypeModify.html 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/views/project/projectAdd.html 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/views/project/projectModify.html 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/views/workspace/workspaceUserDepartmentModify.html 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/i18n/ko/global.json
@@ -839,8 +839,9 @@
        "emptyUser": "선택할 수 있는 사용자가 없습니다.",
        "emptyProject": "선택할 수 있는 프로젝트가 없습니다.",
        "emptyDepartment": "선택할 수 있는 부서가 없습니다.",
        "emptyProjectDepartment": "선택할 수 있는 부서가 없습니다. <br> 워크플로우에서 담당부서를 설정하거나,<br> 부서를 추가 해주세요",
        "emptyProjectDepartment": "선택할 수 있는 부서가 없습니다. <br> 워크플로우에서 담당부서를 설정하거나,<br>부서 관리에서 부서를 추가 해주세요",
        "noDepartment": "담당부서가 없습니다.",
        "emptyCompanyPartners": "선택할 수 있는 업체 정보가 없습니다.",
        "emptyCompany": "선택할 수 있는 업체가 없습니다.",
        "emptyIssue": "선택할 수 있는 이슈가 없습니다.",
        "emptyIsp": "선택할 수 있는 ISP가 없습니다.",
src/main/webapp/views/issue/downIssueModifyStatus.html
@@ -37,7 +37,7 @@
                                       search="vm.departmentName"
                                       source="fn.getUserDepartmentList(vm.departmentName, vm.form.departments)"
                                       input-disabled="false"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyProjectDepartment' }"
                                       extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi>
                <div class="select3-selection__choicediv mt-10">
src/main/webapp/views/issue/issueModifyDepartment.html
@@ -18,7 +18,7 @@
                                           search="vm.departmentName"
                                           source="fn.getIssueDepartmentList(vm.form.issueTypeId, vm.departmentName, vm.form.departments)"
                                           input-disabled="false"
                                           translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }"
                                           translation-texts="{ count : 'common.userNum', empty : 'common.emptyProjectDepartment' }"
                                           extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi>
src/main/webapp/views/issue/issueModifyStatus.html
@@ -37,7 +37,7 @@
                                       search="vm.departmentName"
                                       source="fn.getUserDepartmentList(vm.departmentName, vm.form.departments)"
                                       input-disabled="false"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyProjectDepartment' }"
                                       extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi>
                <div class="select3-selection__choicediv mt-10">
src/main/webapp/views/issueType/issueTypeAdd.html
@@ -65,7 +65,7 @@
                                       search="vm.companyName"
                                       source="fn.getPartnerList(vm.companyName, vm.form.companies)"
                                       input-disabled="false"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyCompanyPartners' }"
                                       extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi>
src/main/webapp/views/issueType/issueTypeModify.html
@@ -70,7 +70,7 @@
                                       search="vm.companyName"
                                       source="fn.getPartnerList(vm.companyName, vm.form.companies)"
                                       input-disabled="false"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyCompanyPartners' }"
                                       extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi>
src/main/webapp/views/project/projectAdd.html
@@ -139,7 +139,7 @@
                                       search="vm.departmentName"
                                       source="fn.getUserDepartmentList(vm.departmentName, vm.form.departments)"
                                       input-disabled="false"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyProjectDepartment' }"
                                       extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi>
src/main/webapp/views/project/projectModify.html
@@ -112,7 +112,7 @@
                                       search="vm.departmentName"
                                       source="fn.getUserDepartmentList(vm.departmentName, vm.form.departments)"
                                       input-disabled="false"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyProjectDepartment' }"
                                       extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi>
                <div class="select3-selection__choicediv mt-10">
src/main/webapp/views/workspace/workspaceUserDepartmentModify.html
@@ -17,7 +17,7 @@
                                       search="vm.departmentName"
                                       source="fn.getUserDepartmentList(vm.departmentName, vm.form.departments)"
                                       input-disabled="false"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }"
                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyProjectDepartment' }"
                                       extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi>