Merge branch 'features/ui-improvements' into jenkins_with_weblogic

This commit is contained in:
daekuk
2026-01-08 11:33:53 +09:00
5 changed files with 25 additions and 5 deletions
@@ -1270,14 +1270,21 @@
function setupCloneInterfaceModal(event) {
const eaiBzwkDstcd = $('#eaiBzwkDstcd').val();
const eaiSvcName = $('#eaiSvcName').val();
const eaiSvcDesc = $('#eaiSvcDesc').val();
const inOutType = $('#inOutType').val();
const sendRecvType = $('#sendRecvType').val();
const inboundHttpMethod = $('#inboundHttpMethod').val();
const inboundRestPath = $('#inboundRestPath').val();
$('#newBizCode').val(eaiBzwkDstcd).trigger('change');
$('#newSvcName').val(eaiSvcName);
$('#newInOutType').val(inOutType);
$('#newSendRecvType').val(sendRecvType);
$('#newSvcDesc').val(eaiSvcDesc);
$('#newInboundHttpMethod').val(inboundHttpMethod).trigger('change');
$('#newInboundRestPath').val(inboundRestPath);
$('#newSvcName').val('');
if($('#inboundRestPath').prop('disabled')){
$('#newRoutingOptionGroup').css('display','none');
}else{