Project

General

Profile

« Previous | Next » 

Revision 49550

'resultbestlicense' field of index renamed to 'resultbestaccessright' and 'bestlicense' field renamed to 'bestaccessright' | htmlProjectReport - project landing: fix query for research data tab in app box | Remove '-' when there are no unclassified subjects in landing pages | Similar Research Results and Related Research Results: case for software results added | Publication landing, Dataset landing, Software landing: 'collectedfrom' parsed through 'instance' field | Search Pages and project landing page: Alert when CSV download fails | Organization landing: encoding funder's info in queries

View differences:

publication.component.ts
124 124
                this.publicationInfo = data;
125 125

  
126 126
                // this.result = []
127
                // this.result = {id: id, type :"dataset", source : "openaire", title: this.publicationInfo.title,url: '', result: '', accessRights: this.publicationInfo.bestlicense, embargoEndDate: ''};
127
                // this.result = {id: id, type :"dataset", source : "openaire", title: this.publicationInfo.title,url: '', result: '', accessRights: this.publicationInfo.bestaccessright, embargoEndDate: ''};
128 128
                this.updateTitle(this.publicationInfo.title.name);
129 129
                this.updateDescription("Dataset, search, repositories, open access,"+this.publicationInfo.title.name);
130 130
                if(OpenaireProperties.isPiwikTrackEnabled() && (typeof document !== 'undefined')){

Also available in: Unified diff