From 06e47101db331df85b8b35d22a926d2ce82d4ba9 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 수, 22 12월 2021 09:27:17 +0900 Subject: [PATCH] 프로젝트 내에 이슈유형 없을시 사이드바에 표시 --- src/main/webapp/views/common/sidebar.html | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/common/sidebar.html b/src/main/webapp/views/common/sidebar.html index 8b702cc..221ef55 100644 --- a/src/main/webapp/views/common/sidebar.html +++ b/src/main/webapp/views/common/sidebar.html @@ -265,7 +265,14 @@ <span>{{issueType.name}}</span> </a> </li> - + <li ng-if="$root.workIssueTypes.length == 0"> + <a tabindex="-1"> + <div class="icon-w"> + <div class="os-icon os-icon-delete"></div> + </div> + <span translate="common.notIssueType">�씠�뒋 �쑀�삎�씠 �뾾�뒿�땲�떎.</span> + </a> + </li> <!-- <li class=""> <a ui-sref="tasks.agileBoard" tabindex="-1"> -- Gitblit v1.8.0