Project

General

Profile

« Previous | Next » 

Revision 51118

added help-service panels and created aggregationHistory

View differences:

datasource-interface-form.component.ts
75 75
    /* initializes MyGroup parent component and the FormGroup */
76 76
    super.ngOnInit();
77 77
    console.log(this.group, this.parentGroup);
78

  
79
/*  NOT ANYMORE
78 80
    if (this.currentInterface) {
79 81
      this.getMyControl('baseUrl').disable();
80 82
    }
83
*/
81 84
    this.existingValSet = true;
82 85
    this.getMyControl('customValidationSet').disable();
83 86
  }
......
98 101
    this.successMessage = '';
99 102
    this.errorMessage = '';
100 103
    this.loadingMessage = formInfoLoading;
101
    if(baseUrl) {
104
    if (baseUrl) {
102 105
      this.valService.getInterfaceInformation(baseUrl).subscribe(
103 106
        info => {
104 107
          this.interfaceInfo = info;

Also available in: Unified diff