Project

General

Profile

« Previous | Next » 

Revision 58683

[Monitor Dashaboard | Fix some bugs with indicators saving]

View differences:

stakeholder.component.ts
90 90
    return this.layoutService.open;
91 91
  }
92 92
  
93
  public toggleOpen(event = null) {
94
    if (!event) {
95
      this.layoutService.setOpen(!this.open);
96
    } else if (event && event['value'] === true) {
97
      this.layoutService.setOpen(false);
98
    }
99
  }
100
  
101 93
  private buildTopic(topic: Topic) {
102 94
    let topics = this.stakeholder.topics.filter(element => element._id !== topic._id);
103 95
    this.form = this.fb.group({

Also available in: Unified diff