From 7b4b71ee33c7a42383d3e6a69885d521fd7b6688 Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 수, 08 12월 2021 17:25:23 +0900
Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa

---
 src/main/webapp/scripts/app/issue/issueList.controller.js |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/scripts/app/issue/issueList.controller.js b/src/main/webapp/scripts/app/issue/issueList.controller.js
index 4724d5f..006dc38 100644
--- a/src/main/webapp/scripts/app/issue/issueList.controller.js
+++ b/src/main/webapp/scripts/app/issue/issueList.controller.js
@@ -1001,28 +1001,34 @@
                             else {
                                 //  理쒖큹 �뾽臾� 怨듦컙�뿉 �뱾�뼱�솕�쓣 寃쎌슦
                                 $scope.vm.issueTableConfigs = [{
+                                    name : $filter("translate")("issue.issueTitle"), // �씠�뒋 �젣紐�
+                                    key : "ISSUE_TITLE",
+                                    width : "width-140-p",
+                                    position : 1,
+                                    display : true
+                                }, {
                                     name : $filter("translate")("common.priority"), // �슦�꽑�닚�쐞
                                     key : "PRIORITY",
                                     width : "width-80-p",
-                                    position : 1,
+                                    position : 2,
                                     display : true
                                 }, {
                                     name : $filter("translate")("common.importance"), // 以묒슂�룄
                                     key : "SEVERITY",
                                     width : "width-80-p",
-                                    position : 2,
+                                    position : 3,
                                     display : true
                                 }, {
                                     name : $filter("translate")("issue.issueType"), // �씠�뒋 ���엯
                                     key : "ISSUE_TYPE",
                                     width : "width-140-p",
-                                    position : 3,
+                                    position : 4,
                                     display : true
                                 }, {
                                     name : $filter("translate")("common.assigneeTeam"), // �떞�떦遺��꽌
                                     key : "ASSIGNEE_TEAM",
                                     width : "width-140-p",
-                                    position : 4,
+                                    position : 5,
                                     display : true
                                 }];
                             }

--
Gitblit v1.8.0