Fix #2141 add trash_srl to trigger objects

This commit is contained in:
Kijin Sung 2023-07-05 22:29:51 +09:00
parent 3215631dfc
commit 5a865fc4aa
2 changed files with 2 additions and 0 deletions

View file

@ -1439,6 +1439,7 @@ class CommentController extends Comment
executeQuery('file.updateFileValid', $args);
}
$obj->trash_srl = $oTrashVO->getTrashSrl();
$obj->module_srl = $oComment->get('module_srl');
$obj->document_srl = $oComment->get('document_srl');
$obj->parent_srl = $oComment->get('parent_srl');