From 2fed2749b65c7926ab20fc45a830f5d84adaff41 Mon Sep 17 00:00:00 2001 From: jinhyuk jang <imlovee@naver.com> Date: 일, 12 12월 2021 23:22:00 +0900 Subject: [PATCH] - 일반 사용자 로그인시 이슈유형 메뉴 정상적으로 뜨도록 수정 - 이슈 메뉴 클릭시 프로젝트에 속해 있는 사용자는 모든 이슈 보도록 수정 --- src/main/webapp/scripts/app/customField/customFieldAdd.controller.js | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/scripts/app/customField/customFieldAdd.controller.js b/src/main/webapp/scripts/app/customField/customFieldAdd.controller.js index 39f6dee..c309bd5 100644 --- a/src/main/webapp/scripts/app/customField/customFieldAdd.controller.js +++ b/src/main/webapp/scripts/app/customField/customFieldAdd.controller.js @@ -30,7 +30,8 @@ ipAdress : "", email : "", site : "", - tel : "" + tel : "", + requiredData : false } }; @@ -42,7 +43,7 @@ // �븘�뱶 �쑀�삎�쓣 蹂�寃� �뻽�쓣 �븣 臾몄옄�뿴 �븘�뱶�씪 寃쎌슦�뿉�뒗 �샃�뀡 媛믪쓣 珥덇린�솕�빐以��떎. function changeFieldType() { // if ($scope.vm.form.customFieldType === "INPUT") { - $scope.vm.form.name = ""; + // $scope.vm.form.name = ""; $scope.vm.form.options = []; $scope.vm.form.optionText = ""; @@ -106,7 +107,6 @@ return true; } } - return false; } @@ -116,7 +116,6 @@ var content = angular.copy($scope.vm.form); content.name = $rootScope.preventXss(content.name); - if ($scope.vm.form.customFieldType === 'MULTI_SELECT'|| $scope.vm.form.customFieldType === "SINGLE_SELECT") { var convertDefaultValues = ""; -- Gitblit v1.8.0