From 9c879ab12134cb6841edefeff2ce948ad27d8680 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 화, 28 12월 2021 14:18:05 +0900 Subject: [PATCH] - prod 설정파일 수정 => 스케쥴러 사용으로 변경 => 첨부파일 저장 폴더명 변경 - 공지사항 알림 표시 삭제 - 이슈유형에서 워크플로우 변경시 이슈 이력 오류 수정 --- 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