Project

General

Profile

« Previous | Next » 

Revision 44407

Missing Files for previous commit: Deposit Pages for 'Publications' and 'R3data' Repositories seperated | subjects categorized by taxonomy added in dataset landing page

View differences:

publication.service.ts
424 424
                                this.publicationInfo.subjects = new Array<string>();
425 425
                            }
426 426

  
427
                            let counter = this.publicationInfo.subjects.length;
428
                            this.publicationInfo.subjects[counter] = mydata.content;
427
                            this.publicationInfo.subjects.push(mydata.content);
429 428
                        } else {
430 429
                            if(this.publicationInfo.otherSubjects == undefined) {
431 430
                                this.publicationInfo.otherSubjects = new Map<string, string[]>();

Also available in: Unified diff