Project

General

Profile

« Previous | Next » 

Revision 54644

[trunk]
1. Content Provider Landing page: Functionality fix: Load first tab contents on click.
2. #4136: Research Data service & Orp servie & Publication service & Software service for landing pages: Set author info in 'rank' position of table (instead of 'rank-1').

View differences:

software.service.ts
199 199

  
200 200
      for(let i=0; i<length; i++) {
201 201
        let author = Array.isArray(authors) ? authors[i] : authors;
202
        this.softwareInfo.authors[author.rank-1] = author.content;
202
        this.softwareInfo.authors[author.rank] = author.content;
203 203
      }
204 204

  
205 205
      this.softwareInfo.authors = this.softwareInfo.authors.filter(function (item) {

Also available in: Unified diff