Project

General

Profile

« Previous | Next » 

Revision 59353

[use-UoaAdminToolsLibrary | Library]: Merge trunk into branch.

View differences:

resultLanding.service.ts
291 291
      for(let i=0; i<length; i++) {
292 292
        let author = Array.isArray(authors) ? authors[i] : authors;
293 293
        if(author) {
294
          this.resultLandingInfo['authors'][author.rank] = {"fullName": author.content, "orcid": author.ORCID};
294
          this.resultLandingInfo['authors'][author.rank] = {"fullName": author.content, "orcid": author.orcid};
295 295
        }
296 296
      }
297 297
      this.resultLandingInfo.authors = this.resultLandingInfo.authors.filter(function (item) {

Also available in: Unified diff