From 15fe9c795db648096e9d7617e609fdb1c0e7cb13 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 월, 29 11월 2021 09:49:54 +0900 Subject: [PATCH] 프로젝트 생성,수정 시 날짜 유효성 체크 제거 --- src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js | 4 ++-- 1 files changed, 2 insertions(+), 2 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 8a7e723..437d530 100644 --- a/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js +++ b/src/main/webapp/custom_components/js-table/tableColumnGenerator.directive.js @@ -504,8 +504,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 "USE_COMPANY_PERM_YN" : - makeTag += "<label class='switch'><input type='checkbox' ng-model='data.permUseCompanySetting' ng-click='event.modifyLevelPermission(data)'><span class='slider round'></span></label>"; + case "PARTNER_SETTING_PERM_YN" : + makeTag += "<label class='switch'><input type='checkbox' ng-model='data.permPartnerSetting' ng-click='event.modifyLevelPermission(data)'><span class='slider round'></span></label>"; break; case "API_PERM_YN" : -- Gitblit v1.8.0