Project

General

Profile

« Previous | Next » 

Revision 53008

1. displayClaims.component: bug fix in keyword search.
2. dataset.component, orp.component: spelling corrections (#3845).

View differences:

orp.component.ts
81 81
                this.getOrpInfo(this.orpId);
82 82
            }else{
83 83
              this.showLoading = false;
84
                this.warningMessage="No valid other research product id";
84
                this.warningMessage="No valid research product id";
85 85
            }
86 86

  
87 87
            this.metricsClicked = false;
......
142 142
                console.log(err)
143 143
                console.info("error");
144 144

  
145
                this.errorMessage = 'No other research product found';
145
                this.errorMessage = 'No research product found';
146 146
                this.showLoading = false;
147 147
            }
148 148
        );

Also available in: Unified diff