Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -84,6 +84,8 @@ export struct InteractMComponent { | @@ -84,6 +84,8 @@ export struct InteractMComponent { | ||
| 84 | contentDTO.objectId = this.messageModel.InteractMsubM.contentId | 84 | contentDTO.objectId = this.messageModel.InteractMsubM.contentId |
| 85 | contentDTO.relId = this.messageModel.InteractMsubM.contentRelId | 85 | contentDTO.relId = this.messageModel.InteractMsubM.contentRelId |
| 86 | contentDTO.relType = this.messageModel.InteractMsubM.contentRelType | 86 | contentDTO.relType = this.messageModel.InteractMsubM.contentRelType |
| 87 | + contentDTO.customParamTargetLayout = "comment" | ||
| 88 | + | ||
| 87 | ProcessUtils.processPage(contentDTO) | 89 | ProcessUtils.processPage(contentDTO) |
| 88 | }) | 90 | }) |
| 89 | } | 91 | } |
-
Please register or login to post a comment