- 이슈 호스팅/isp 생성시 id가 호스팅/isp 필드 id 입력되는 오류 수정
| | |
| | | |
| | | <groupId>kr.wisestone.owl</groupId> |
| | | <artifactId>kr.wisestone.owl.its</artifactId> |
| | | <version>1.0.0.RELEASE</version> |
| | | <version>1.0.1.RELEASE</version> |
| | | <packaging>war</packaging> |
| | | |
| | | <properties> |
| | |
| | | * @return IssueHosting |
| | | */ |
| | | private IssueHosting CreateIssueHosting(HostingFieldForm hostingFieldForm, Issue issue) { |
| | | IssueHosting issueHosting = ConvertUtil.copyProperties(hostingFieldForm, IssueHosting.class); |
| | | IssueHosting issueHosting = ConvertUtil.copyProperties(hostingFieldForm, IssueHosting.class, "id"); |
| | | issueHosting.setIssue(issue); |
| | | if (hostingFieldForm.getId() != null && hostingFieldForm.getId() != -1) { |
| | | HostingField hostingField = this.hostingFieldService.getHosting(hostingFieldForm.getId()); |
| | |
| | | if (issueHostingFields != null && issueHostingFields.size() > 0) { |
| | | Map<String, Object> param = issueHostingFields.get(0); |
| | | |
| | | if (issueHosting != null) { //수정 시 |
| | | // 변경 이력 남기고 issueHosting에 set 해주기 |
| | | // 변경 이력 남기고 issueHosting에 se |
| | | if (issueHosting != null) { //수정 시t 해주기 |
| | | issueHistoryService.detectIssueHosting(IssueHistoryType.MODIFY, param, null, issueHosting, sb); |
| | | |
| | | issueHosting.setName(MapUtil.getString(param, "name")); |
| | |
| | | * @return IssueIsp |
| | | */ |
| | | private IssueIsp CreateIssueIsp(IspFieldForm ispFieldForm, Issue issue) { |
| | | IssueIsp issueIsp = ConvertUtil.copyProperties(ispFieldForm, IssueIsp.class); |
| | | IssueIsp issueIsp = ConvertUtil.copyProperties(ispFieldForm, IssueIsp.class, "id"); |
| | | issueIsp.setIssue(issue); |
| | | if (ispFieldForm.getId() != null && ispFieldForm.getId() != -1) { |
| | | IspField ispField = this.ispFieldService.getIsp(ispFieldForm.getId()); |
| | |
| | | 'use strict'; |
| | | |
| | | require.config({ |
| | | urlArgs : "bust=v1.0.0", |
| | | urlArgs : "bust=v1.0.1", |
| | | paths : { |
| | | 'jquery' : '../bower_components/jquery/dist/jquery', |
| | | 'jquery-ui' : '../bower_components/jquery-ui/jquery-ui', |