From 77eb710a737ccc36c0e4efac7e76ec2b8607d075 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 목, 16 12월 2021 17:48:08 +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