mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Allow pre-setting upload_target_type for each editor
This commit is contained in:
parent
fdc9e1e98d
commit
9a6524d63d
6 changed files with 27 additions and 6 deletions
|
|
@ -297,6 +297,7 @@ class CommunicationView extends communication
|
|||
if ($option->allow_fileupload)
|
||||
{
|
||||
$option->module_srl = MemberView::getInstance()->getMemberModuleSrl();
|
||||
$option->upload_target_type = 'msg';
|
||||
}
|
||||
$editor = $oEditorModel->getEditor(getNextSequence(), $option);
|
||||
$editor = $editor . "\n" . '<input type="hidden" name="temp_srl" value="" />' . "\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue