From 8cdee12102d831355c2be8fedff2d7f26cb0931b Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 목, 16 12월 2021 19:02:28 +0900 Subject: [PATCH] - 프로젝트내 이슈유형에 설정된 사용자 정의 필드가 없을 경우 오류 예외 처리(api 입력 안되는 원인이었음) --- src/main/webapp/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index a147d6e..7999ff3 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -40,7 +40,7 @@ <link type="text/css" rel="stylesheet" href="custom_components/js-autocomplete-single/js-autocomplete-single.css"> <link type="text/css" rel="stylesheet" href="custom_components/js-autocomplete-multi/js-autocomplete-multi.css"> <link type="text/css" rel="stylesheet" href="custom_components/js-html-diff/js-html-diff.css"> - <link type="text/css" rel="stylesheet" href="assets/styles/main.css?version=0.9.2"> + <link type="text/css" rel="stylesheet" href="assets/styles/main.css?version=0.9.4"> <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:300,400,500"> <!-- google font --> -- Gitblit v1.8.0