From b7b618b5ef673eb95ba6c0688a393a4d00647748 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 화, 07 12월 2021 19:54:10 +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