OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-12-27 df9eb84a3d87abfc68fb7ba0bc7700d760a8157f
정보수정 - 이메일알림시간 프론트 수정
2개 파일 변경됨
6 ■■■■■ 파일 변경됨
src/main/webapp/scripts/app/user/userModify.controller.js 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/views/user/userModify.html 4 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/scripts/app/user/userModify.controller.js
@@ -89,7 +89,7 @@
                            if(result.data.data.reservationNotifyTime === "realTime"){
                                $scope.vm.form.realtimeNotify = true;
                            }else{
                                $scope.vm.form.reservationNotifyTime = result.data.data.reservationNotifyTime;
                                $scope.vm.form.reservationNotifyTime = "";
                            }
                        }
                        else {
src/main/webapp/views/user/userModify.html
@@ -35,7 +35,9 @@
            <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>
                        <label for="userModifyForm3"><span translate="users.setEmailNotificationTime">이메일 알림 시간 설정</span>
                            <!--<code class="highlighter-rouge">*</code>-->
                        </label>
                        &nbsp;&nbsp;
                        <input class="form-control"
                               type="checkbox"