From bab30d6a2aad0810fea7d5238c10c7635e94e604 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 목, 09 12월 2021 14:33:30 +0900
Subject: [PATCH] 이슈리스트, 이슈상세 API로 추가된 이슈 표시

---
 src/main/webapp/scripts/app/gantt/ganttController.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/scripts/app/gantt/ganttController.js b/src/main/webapp/scripts/app/gantt/ganttController.js
index 0906dad..4ed164f 100644
--- a/src/main/webapp/scripts/app/gantt/ganttController.js
+++ b/src/main/webapp/scripts/app/gantt/ganttController.js
@@ -308,6 +308,12 @@
                             angular.forEach(result.data.data, function (customField) {
                                 switch (customField.customFieldType) {
                                     case "INPUT" :
+                                    case "NUMBER" :
+                                    case "DATETIME" :
+                                    case "IP_ADDRESS" :
+                                    case "EMAIL" :
+                                    case "SITE" :
+                                    case "TEL" :
                                         customField.useValues = "";
                                         break;
 

--
Gitblit v1.8.0