From 965f16623557a7c851785df80d111e6e802b53e4 Mon Sep 17 00:00:00 2001 From: daekuk Date: Mon, 12 Jan 2026 15:36:05 +0900 Subject: [PATCH 1/2] =?UTF-8?q?-=20required=20=EA=B2=80=EC=82=AC=20?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../authoutbound/outboundOauthCredentialManDetail.jsp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/WebContent/jsp/onl/admin/authoutbound/outboundOauthCredentialManDetail.jsp b/WebContent/jsp/onl/admin/authoutbound/outboundOauthCredentialManDetail.jsp index 8c527bd..3884bc4 100644 --- a/WebContent/jsp/onl/admin/authoutbound/outboundOauthCredentialManDetail.jsp +++ b/WebContent/jsp/onl/admin/authoutbound/outboundOauthCredentialManDetail.jsp @@ -103,6 +103,14 @@ init(key, detail); $("#btn_modify").click(function () { + // 필수값 체크 + var form = $('#ajaxForm')[0]; + + if (form.checkValidity() === false) { + form.reportValidity(); + return; + } + var postData = $('#ajaxForm').serializeArray(); if (isDetail) { postData.push({ From 75a1862745602e380f98ffc7d8416e1c02ca6045 Mon Sep 17 00:00:00 2001 From: daekuk Date: Mon, 12 Jan 2026 15:36:34 +0900 Subject: [PATCH 2/2] =?UTF-8?q?-=20alert=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/onl/admin/adapter/adapterManDetail.jsp | 1 - 1 file changed, 1 deletion(-) diff --git a/WebContent/jsp/onl/admin/adapter/adapterManDetail.jsp b/WebContent/jsp/onl/admin/adapter/adapterManDetail.jsp index f6415f3..66fd2f1 100644 --- a/WebContent/jsp/onl/admin/adapter/adapterManDetail.jsp +++ b/WebContent/jsp/onl/admin/adapter/adapterManDetail.jsp @@ -640,7 +640,6 @@ $(document).ready(function() { } // 25.12.16 수정시 어댑터 리스트 자동저장 - alert("어댑터의 정보를 저장을 먼저 진행합니다.") var isSubSaveSuccess = ModifyPopCheckAndSave(true); if (!isSubSaveSuccess) {