From d211fc6cb663961d5ebd30dd59a648f8ebcce351 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 수, 08 12월 2021 16:26:34 +0900
Subject: [PATCH] 인터넷 진흥원 로고 변경 진행중

---
 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