From 9c879ab12134cb6841edefeff2ce948ad27d8680 Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 화, 28 12월 2021 14:18:05 +0900
Subject: [PATCH] - prod 설정파일 수정  => 스케쥴러 사용으로 변경  => 첨부파일 저장 폴더명 변경  - 공지사항 알림 표시 삭제  - 이슈유형에서 워크플로우 변경시 이슈 이력 오류 수정

---
 src/main/resources/system_prod.properties                                |    4 ++--
 src/main/java/kr/wisestone/owl/service/impl/IssueHistoryServiceImpl.java |    2 +-
 src/main/webapp/views/common/header.html                                 |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/kr/wisestone/owl/service/impl/IssueHistoryServiceImpl.java b/src/main/java/kr/wisestone/owl/service/impl/IssueHistoryServiceImpl.java
index 3f9f4ec..80b12e2 100644
--- a/src/main/java/kr/wisestone/owl/service/impl/IssueHistoryServiceImpl.java
+++ b/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);
 
diff --git a/src/main/resources/system_prod.properties b/src/main/resources/system_prod.properties
index faf1461..22e64d0 100644
--- a/src/main/resources/system_prod.properties
+++ b/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
diff --git a/src/main/webapp/views/common/header.html b/src/main/webapp/views/common/header.html
index 34e2058..519dd8b 100644
--- a/src/main/webapp/views/common/header.html
+++ b/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>
 

--
Gitblit v1.8.0