From 248924e3a9e12125a850f8e3d457e4b1f49f348c Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 목, 16 12월 2021 09:45:14 +0900
Subject: [PATCH] 사용자등급, 부서표시 추가

---
 src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js b/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js
index 1e6f3f7..ecf789e 100644
--- a/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js
+++ b/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js
@@ -417,7 +417,7 @@
                                             }
 
                                             break;
-                                        // �씠�뒋 �젣紐쯵cope.data.isApi
+                                        // �씠�뒋 �젣紐�
                                         case "ISSUE_TITLE" :
                                             makeTag += '<div class="tags text-left">';
                                             makeTag += '<i class="fa fa-star move-star" ng-show="$root.currentDetailIssueId == data.id">&nbsp;</i>';
@@ -539,8 +539,8 @@
                                             makeTag += "<label class='switch'><input type='checkbox' ng-model='data.permIssueSetting' ng-click='event.modifyLevelPermission(data)'><span class='slider round'></span></label>";
                                             break;
 
-                                        case "All_ISSUE_PROJECT_SETTING_PERM_YN" :
-                                            makeTag += "<label class='switch'><input type='checkbox' ng-model='data.permAllIssueAndProjectSetting' ng-click='event.modifyLevelPermission(data)'><span class='slider round'></span></label>";
+                                        case "ISSUE_SYSTEM_SETTING_PERM_YN" :
+                                            makeTag += "<label class='switch'><input type='checkbox' ng-model='data.permIssueSystemSetting' ng-click='event.modifyLevelPermission(data)'><span class='slider round'></span></label>";
                                             break;
 
                                         case "PARTNER_SETTING_PERM_YN" :

--
Gitblit v1.8.0