Timeline: WIP relations, enabled test data

pull/4927/head
Roman Roelofsen 8 years ago
parent b5132320bf
commit 1472c49583
  1. 6
      frontend/app/components/wp-table/timeline/wp-timeline-global.directive.ts

@ -85,9 +85,9 @@ export class WpTimelineGlobalService {
this.elements = []; this.elements = [];
this.removeAllElements(); this.removeAllElements();
this.displayRelation("" + rows[0].id, "" + rows[1].id); this.displayRelation("" + rows[0].id, "" + rows[1].id);
// this.displayRelation("" + rows[2].id, "" + rows[3].id); this.displayRelation("" + rows[2].id, "" + rows[3].id);
// this.displayRelation("" + rows[4].id, "" + rows[5].id); this.displayRelation("" + rows[4].id, "" + rows[5].id);
// this.displayRelation("" + rows[6].id, "" + rows[7].id); this.displayRelation("" + rows[6].id, "" + rows[7].id);
}, 100); }, 100);
} }
this.renderElements(); this.renderElements();

Loading…
Cancel
Save