From 6a0d01e645b7d388c851bc5b0b830564e60aa736 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 수, 01 12월 2021 16:44:28 +0900
Subject: [PATCH] 이메일 수정 진행중 , 이슈 상세 및 이슈 리스트 수정

---
 src/main/webapp/scripts/app/customField/customFieldList.controller.js |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/scripts/app/customField/customFieldList.controller.js b/src/main/webapp/scripts/app/customField/customFieldList.controller.js
index 98204af..f731aae 100644
--- a/src/main/webapp/scripts/app/customField/customFieldList.controller.js
+++ b/src/main/webapp/scripts/app/customField/customFieldList.controller.js
@@ -46,6 +46,24 @@
                         }, {
                             fieldKey : "SINGLE_SELECT",
                             fieldValue : $filter("translate")("common.singleSelectionField") //"�떒�씪 �꽑�깮 �븘�뱶"
+                        }, {
+                            fieldKey : "NUMBER",
+                            fieldValue : $filter("translate")("common.numberField") //"�닽�옄 �븘�뱶"
+                        }, {
+                            fieldKey : "DATETIME",
+                            fieldValue : $filter("translate")("common.datetimeField") //"�궇吏� �븘�뱶"
+                        }, {
+                            fieldKey : "IP_ADDRESS",
+                            fieldValue : $filter("translate")("common.ipAddressField") //"IP Address �븘�뱶"
+                        }, {
+                            fieldKey : "EMAIL",
+                            fieldValue : $filter("translate")("common.emailField") //"�씠硫붿씪 �븘�뱶"
+                        }, {
+                            fieldKey : "SITE",
+                            fieldValue : $filter("translate")("common.siteField") //"�솃�럹�씠吏� �븘�뱶"
+                        }, {
+                            fieldKey : "TEL",
+                            fieldValue : $filter("translate")("common.telField") //"�쟾�솕踰덊샇 �븘�뱶"
                         }]
                     }
                 };

--
Gitblit v1.8.0