From 0c8d91d705c987f07fd498b1406dcca08a237238 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 화, 07 12월 2021 14:19:00 +0900 Subject: [PATCH] 연관이슈 추가 기능 --- src/main/webapp/views/customField/customFieldAdd.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/customField/customFieldAdd.html b/src/main/webapp/views/customField/customFieldAdd.html index 53b129e..0610908 100644 --- a/src/main/webapp/views/customField/customFieldAdd.html +++ b/src/main/webapp/views/customField/customFieldAdd.html @@ -112,14 +112,14 @@ <input ng-if="vm.form.customFieldType == 'DATETIME'" name="dateTime" class="form-control input-readonly" + placeholder="{{'issue.clickToSelectDate' | translate}}" ng-model="vm.form.defaultValue" modal-form-auto-scroll range-type="singleDate" - onfocus="this.blur()" date-range-picker> <div class="row"> <div class="col-xs-12"> - <div id="createdWidget" class="bootstrap-datepicker"></div> + <div id="createdWidget" class="bootstrap-datepicker "></div> </div> </div> @@ -205,4 +205,4 @@ ng-click="fn.formSubmit()"><span translate="common.save">���옣</span> </button> </div> -</div> +</div> \ No newline at end of file -- Gitblit v1.8.0