Project

General

Profile

« Previous | Next » 

Revision 59353

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

View differences:

searchResearchResults.service.ts
275 275
              for(let i=0; i<length; i++) {
276 276
                let author = Array.isArray(authors) ? authors[i] : authors;
277 277
                if(author) {
278
                  result['authors'][author.rank] = {"fullName": author.content, "orcid": author.ORCID};
278
                  result['authors'][author.rank] = {"fullName": author.content, "orcid": author.orcid};
279 279
                }
280 280
              }
281 281
              result.authors = result.authors.filter(function (item) {

Also available in: Unified diff