Project

General

Profile

« Previous | Next » 

Revision 50977

finalized sources register and update

View differences:

sources-update-repo.component.html
20 20
            <div *ngIf="repoId">
21 21
              <datasource-info-form [datasourceId]="repoId"
22 22
                                    [showButton]=true
23
                                    (emittedInfo)="getExportedData($event)"></datasource-info-form>
23
                                    (emittedInfo)="getCurrentRepo($event)"></datasource-info-form>
24 24
            </div>
25 25
          </li>
26 26
          <li class="el-item">
27
            <div *ngIf="loadInterfaces" class="uk-width-1-1@m uk-first-column">
27
            <div *ngIf="repoInterfaces && repo" class="uk-width-1-1@m uk-first-column">
28 28
              <form [formGroup]="group">
29 29
                <form-repeat [component]="updateDatasourceInterfaces"
30 30
                             [parentGroup]="group"
31 31
                             [description]="interfaceFormDesc"
32 32
                             [name]="'datasource-interface-form'"
33 33
                             [data]="repoInterfaces"
34
                             [otherData]="exportedData">
34
                             [otherData]="repo">
35 35
                </form-repeat>
36 36
              </form>
37 37
            </div>

Also available in: Unified diff