form rx_ajax 사용시 XE_VALIDATOR_MESSAGE 세션을 이용한 메세지 표시가 되지 않는 문제 수정

This commit is contained in:
conory 2019-12-25 23:01:37 +09:00
parent 9cfd4ca363
commit 9e6005ccbc
3 changed files with 3 additions and 2 deletions

View file

@ -402,7 +402,7 @@
}, 1000);
form.submit();
} else {
window.exec_json('raw', form.serialize(), callback_success, callback_error);
window.exec_json('raw', form.serialize() + '&_rx_ajax_form=1', callback_success, callback_error);
}
});