diff --git a/frontend/app/components/wp-table/timeline/wp-timeline-global.directive.ts b/frontend/app/components/wp-table/timeline/wp-timeline-global.directive.ts index 8606482b3e..0a62c6146a 100644 --- a/frontend/app/components/wp-table/timeline/wp-timeline-global.directive.ts +++ b/frontend/app/components/wp-table/timeline/wp-timeline-global.directive.ts @@ -85,9 +85,9 @@ export class WpTimelineGlobalService { this.elements = []; this.removeAllElements(); this.displayRelation("" + rows[0].id, "" + rows[1].id); - // this.displayRelation("" + rows[2].id, "" + rows[3].id); - // this.displayRelation("" + rows[4].id, "" + rows[5].id); - // this.displayRelation("" + rows[6].id, "" + rows[7].id); + this.displayRelation("" + rows[2].id, "" + rows[3].id); + this.displayRelation("" + rows[4].id, "" + rows[5].id); + this.displayRelation("" + rows[6].id, "" + rows[7].id); }, 100); } this.renderElements();