Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa
| | |
| | | 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); |
| | | |
| | |
| | | # 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 |
| | |
| | | --> |
| | | <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> |
| | | |