Project

General

Profile

« Previous | Next » 

Revision 50977

finalized sources register and update

View differences:

sr-literature.component.html
43 43

  
44 44
              <datasource-info-form *ngIf="showForm"
45 45
                                    #updateDatasource
46
                                    [datasourceId]="datasourceId"></datasource-info-form>
46
                                    [datasourceId]="datasourceId"
47
                                    (emittedInfo)="getCurrentRepo($event)"></datasource-info-form>
47 48

  
48
              <div *ngIf="showInterfaces">
49
              <div *ngIf="showInterfaces && repoInterfaces && repo">
49 50
                <form [formGroup]="group">
50 51
                  <form-repeat [component]="updateDatasourceInterfaces"
51 52
                               [parentGroup]="group"
52 53
                               [description]="interfaceFormDesc"
53 54
                               [name]="'repository-interfaces'"
54 55
                               [data]="repoInterfaces"
55
                               [otherData]="exportedData">
56
                               [otherData]="repo">
56 57
                  </form-repeat>
57 58
                </form>
58 59
              </div>

Also available in: Unified diff