Project

General

Profile

« Previous | Next » 

Revision 62388

refactor. fix getDatasourceClasses and corresponding dropdown. fix issn fields

View differences:

dashboard.component.ts
283 283
  }
284 284

  
285 285
  getCorrectName() {
286
    const temp = this.repository.officialName.split('|');
286
    const temp = this.repository.officialname.split('|');
287 287
    let correctName = temp[0];
288 288
    let repoName = temp[0];
289 289
    for (let i = 1; i < temp.length; i++) {

Also available in: Unified diff