mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Set proper module_srl and mid when uploading in member and communication modules
This commit is contained in:
parent
f6a02fd006
commit
e1cfb09652
5 changed files with 82 additions and 3 deletions
|
|
@ -91,8 +91,8 @@
|
|||
var chunkStatus = true;
|
||||
var defaultFormData = {
|
||||
"editor_sequence": data.editorSequence,
|
||||
"upload_target_srl" : data.uploadTargetSrl,
|
||||
"mid" : window.current_mid,
|
||||
"upload_target_srl" : data.uploadTargetSrl ? data.uploadTargetSrl : 0,
|
||||
"mid" : window.current_mid ? window.current_mid : window.editor_mid,
|
||||
"act": 'procFileUpload'
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue