mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
Fix missing file list when editing a partial section of a widget page
https://rhymix.org/qna/1924307
This commit is contained in:
parent
385067b005
commit
cd3af499e8
1 changed files with 5 additions and 0 deletions
|
|
@ -469,6 +469,11 @@ class EditorModel extends Editor
|
|||
if ($type === 'document')
|
||||
{
|
||||
$option->upload_target_type = 'doc';
|
||||
// For dispWidgetAdminAddContent
|
||||
if ($primary_key_name === 'module_srl')
|
||||
{
|
||||
$option->upload_target_type = 'mod';
|
||||
}
|
||||
}
|
||||
elseif ($type === 'comment')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue