OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-02-28 2bf76c84270c33087aa74b9b074eaf87d85b30cf
- 이슈리스트 사용자정의필드 컬럼 정렬 안되는 문제 해결
2개 파일 변경됨
6 ■■■■ 파일 변경됨
src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js 4 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/scripts/app/issue/issueList.controller.js 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js
@@ -725,8 +725,8 @@
                                            }
                                            angular.forEach(values, function (useValue) {
                                                scope.data.useValue = useValue;
                                                makeTag += '<span ng-click="event.changeDetailView(data.id)" class="table-word-break-all cursor">' + scope.data.useValue + '<span>';
                                                scope.data[tableConfig.dName] = useValue;
                                                makeTag += '<span ng-click="event.changeDetailView(data.id)" class="table-word-break-all cursor">' + scope.data[tableConfig.dName] + '<span>';
                                            });
                                            break;
src/main/webapp/scripts/app/issue/issueList.controller.js
@@ -454,7 +454,7 @@
                                $scope.vm.tableConfigs.push($tableProvider.config()
                                    .setHName(customField.name)
                                    .setDType("renderer")
                                    .setDName("useValue"+count) /* todo 체크*/
                                    .setDName("useValue"+count)
                                    .setHWidth("bold " + issueTableConfig.width)
                                    .setDAlign("text-center")
                                    .setColumnHint(customField)