Project

General

Profile

« Previous | Next » 

Revision 55158

[Trunk|Library]:
1. #4256: Organization Landing Page: Bug fix in request of "Project Publications CSV file" - use double quots instead of single.
2. Organization Landing Page: Projects section: Bug fix in "View all" link - link to projects advanced search page instead of publications.
3. htmlProjectReport.service & organization.component & project.component &
searchDataproviders.service & searchDatasets.service & searchOrps.service & searchPublications.service & searchSoftware.service:
Add double quots in requests with "exact" matching.

View differences:

searchingProjectsInTab.component.ts
69 69
    ngOnInit() {
70 70

  
71 71
            if(this.organizationId) {
72
                this.linkToSearchProjects = this.properties.searchLinkToAdvancedPublications;//+"?organization="+this.organizationId+"or=and";;
72
                this.linkToSearchProjects = this.properties.searchLinkToAdvancedProjects;//+"?organization="+this.organizationId+"or=and";;
73 73
                if(this.fetchProjects.searchUtils.totalResults > 0) {
74 74
                  this.search(false,"");
75 75
                }

Also available in: Unified diff