Project

General

Profile

« Previous | Next » 

Revision 54648

[CanLoadTest: Merged trunk changes -r 54640:54647 into my branch]

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