Merge branch 'features/ui-improvements' into jenkins_with_weblogic

This commit is contained in:
daekuk
2026-01-12 16:00:04 +09:00
2 changed files with 8 additions and 1 deletions
@@ -640,7 +640,6 @@ $(document).ready(function() {
}
// 25.12.16 수정시 어댑터 리스트 자동저장
alert("어댑터의 정보를 저장을 먼저 진행합니다.")
var isSubSaveSuccess = ModifyPopCheckAndSave(true);
if (!isSubSaveSuccess) {
@@ -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({