OWL ITS + 탐지시스템(인터넷 진흥원)
- prod 설정파일 수정
=> 스케쥴러 사용으로 변경
=> 첨부파일 저장 폴더명 변경
- 공지사항 알림 표시 삭제
- 이슈유형에서 워크플로우 변경시 이슈 이력 오류 수정
3개 파일 변경됨
8 ■■■■ 파일 변경됨
src/main/java/kr/wisestone/owl/service/impl/IssueHistoryServiceImpl.java 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/resources/system_prod.properties 4 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/views/common/header.html 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/java/kr/wisestone/owl/service/impl/IssueHistoryServiceImpl.java
@@ -450,7 +450,7 @@
    public void recordRemoveWorkflowToIssueStatus(String oldIssueStatusName, String newIssueStatusName, StringBuilder description) {
        description.append("<ul class=\"activity-list\">");
        String title = "<span translate=\"common.upddetectReservationIssueStatusateWorkflowNotExist\">변경된 워크플로우에서 상태가 존재하지 않아 이슈의 상태가 변경되었습니다.</span>";
        String title = "<span translate=\"common.updateWorkflowNotExist\">변경된 워크플로우에서 상태가 존재하지 않아 이슈의 상태가 변경되었습니다.</span>";
        //  이력 정보를 html 태그로 만들어 준다.
        this.makeIssueHistoryHtml(description, title, oldIssueStatusName, newIssueStatusName);
src/main/resources/system_prod.properties
@@ -71,14 +71,14 @@
# added by zenith at 20200623
use.aws=false
use.scheduler=false
use.scheduler=true
# upload path
attached.file.path=/dev-upload/
profile.file.path=/dev-profile
# aws bucket name
aws.bucket.name=wisestone-test
aws.bucket.name=files
# aws bucket access key
aws.access.key=AKIARX6BJQMZKUYEEJVD
aws.access.password=eAQvouvSJJFl47h2dkMJji/6OtzsGBGF4h9Df3qH
src/main/webapp/views/common/header.html
@@ -59,7 +59,7 @@
            -->
            <div class="messages-notifications os-dropdown-trigger os-dropdown-position-left" ui-sref="notices.list"
                 style="padding-top:5px;">
                <span class="new-messages-push"></span>
<!--                <span class="new-messages-push"></span>-->
                <i class="dripicons-broadcast"></i>
            </div>