From e60f829f9d975a88673f0e6922f1c9c1228f89ea Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 금, 03 12월 2021 18:30:33 +0900 Subject: [PATCH] 사용자정의 필드 날짜 수정, 프로젝트 생성시 대쉬보드 이동 오류 수정 --- src/main/webapp/views/user/userModify.html | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/user/userModify.html b/src/main/webapp/views/user/userModify.html index 0fc73c9..5ad3292 100644 --- a/src/main/webapp/views/user/userModify.html +++ b/src/main/webapp/views/user/userModify.html @@ -32,16 +32,22 @@ </div> </div> - <div class="row"> + <div ng-show="vm.form.projectManagerYN" class="row"> <div class="col-sm-6"> <div class="form-group"> <label for="userModifyForm3"><span translate="users.setEmailNotificationTime">�씠硫붿씪 �븣由� �떆媛� �꽕�젙</span> <code class="highlighter-rouge">*</code></label> + + <input class="form-control" + type="checkbox" + ng-model="vm.form.realtimeNotify"> �떎�떆媛� �븣由� <input class="form-control" type="text" id="userModifyForm3" date-time-picker option="Y" - required + ng-disabled="vm.form.realtimeNotify" + ng-required="!vm.form.realtimeNotify" + placeholder="�씠硫붿씪 �븣由� �떆媛꾩쓣 �꽕�젙�빐二쇱꽭�슂." ng-model="vm.form.reservationNotifyTime"> </div> </div> -- Gitblit v1.8.0