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/views/customField/customFieldAdd.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/customField/customFieldAdd.html b/src/main/webapp/views/customField/customFieldAdd.html
index d18dbb2..cfb3e78 100644
--- a/src/main/webapp/views/customField/customFieldAdd.html
+++ b/src/main/webapp/views/customField/customFieldAdd.html
@@ -91,7 +91,7 @@
 
             <div class="form-group">
                 <label for="customFieldAddForm3"><span translate="customField.defaultValue">湲곕낯媛�</span> </label>
-                <input ng-show="vm.form.customFieldType == 'INPUT' || vm.form.customFieldType == 'SINGLE_SELECT' || vm.form.customFieldType == 'MULTI_SELECT'"
+                <input ng-if="vm.form.customFieldType == 'INPUT' || vm.form.customFieldType == 'SINGLE_SELECT' || vm.form.customFieldType == 'MULTI_SELECT'"
                        id="customFieldAddForm3"
                        type="text"
                        name="defaultValue"
@@ -123,7 +123,8 @@
                        ng-model="vm.form.defaultValue"
                        modal-form-auto-scroll
                        range-type="singleDate"
-                       date-range-picker>
+                       date-range-picker
+                       autocomplete="off">
                 <div class="row">
                     <div class="col-xs-12">
                         <div id="createdWidget" class="bootstrap-datepicker "></div>
@@ -181,6 +182,7 @@
                        placeholder="�뿰�씫泥� �삎�떇留� �엯�젰 媛��뒫�빀�땲�떎."
                        autocomplete="off"
                        ng-model="vm.form.defaultValue">
+
                 <div ng-if="customFieldAddForm.tel.$error.pattern" class="help-block form-text text-danger"
                      translate="common.invalidTelFormat">�쟾�솕踰덊샇 �삎�떇�씠 留욎� �븡�뒿�땲�떎.
                 </div>

--
Gitblit v1.8.0