From 424867c3809bb49bd1cc8a8db10bf656d8617a1d Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 수, 01 12월 2021 11:49:25 +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