From c324b3949406123cbeb323c180857d57712b945e Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 월, 27 12월 2021 16:41:53 +0900 Subject: [PATCH] 사용자 정의 필드 필수 항목 표시 변경 롤백 (jquery로 pattern 조건 변경 예정) --- src/main/webapp/views/common/sidebar.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/common/sidebar.html b/src/main/webapp/views/common/sidebar.html index 221ef55..92c87e3 100644 --- a/src/main/webapp/views/common/sidebar.html +++ b/src/main/webapp/views/common/sidebar.html @@ -184,8 +184,8 @@ </div> <div class="logged-user-w avatar-inline"> - <div class="row mb-1" ng-if="$root.myLevel != null" > - <span class="issue-main-label offset-detail-5 badge badge-primary">{{$root.myLevel}}</span> + <div class="row mb-1" ng-if="$root.user.levelName != null" > + <span class="issue-main-label offset-detail-5 badge badge-primary">{{$root.user.levelName}}</span> <span class="issue-main-label offset-detail-1 badge badge-department">{{$root.myDepartments}}</span> </div> <div class="logged-user-i"> -- Gitblit v1.8.0