Set editor_mid automatically based on module_srl

This commit is contained in:
Kijin Sung 2023-11-03 16:42:56 +09:00
parent e1cfb09652
commit 990343d906
5 changed files with 7 additions and 29 deletions

View file

@ -92,7 +92,7 @@
var defaultFormData = {
"editor_sequence": data.editorSequence,
"upload_target_srl" : data.uploadTargetSrl ? data.uploadTargetSrl : 0,
"mid" : window.current_mid ? window.current_mid : window.editor_mid,
"mid" : window.editor_mid ? window.editor_mid : window.current_mid,
"act": 'procFileUpload'
};