Loading src/app/modules/comments/thread/thread.component.ts +5 −1 Original line number Original line Diff line number Diff line Loading @@ -323,7 +323,11 @@ export class CommentsThreadComponent implements OnInit { // console.log('[comment:thread]: on changes', changes); // console.log('[comment:thread]: on changes', changes); // reload on entity change. // reload on entity change. if (changes.entity && changes.entity.previousValue) { if ( changes.entity && changes.entity.previousValue && changes.entity.previousValue.guid !== changes.entity.currentValue.guid ) { this.load(true); this.load(true); } } } } Loading Loading
src/app/modules/comments/thread/thread.component.ts +5 −1 Original line number Original line Diff line number Diff line Loading @@ -323,7 +323,11 @@ export class CommentsThreadComponent implements OnInit { // console.log('[comment:thread]: on changes', changes); // console.log('[comment:thread]: on changes', changes); // reload on entity change. // reload on entity change. if (changes.entity && changes.entity.previousValue) { if ( changes.entity && changes.entity.previousValue && changes.entity.previousValue.guid !== changes.entity.currentValue.guid ) { this.load(true); this.load(true); } } } } Loading