Project

General

Profile

« Previous | Next » 

Revision 60916

[Library|Trunk]

- display claims:
rename property title to pageTitle > avoid confusion with HTML tooltip
add tooltip for claim status
Search research results service - add check for year in most recent results
- Bottom component: update newsletter url
- Customization: initialize the colors with ligher versions for light background and form

View differences:

searchResearchResults.service.ts
144 144
    url += "?format=json";
145 145
    url += "&fq=" + params;
146 146
    url += "&sortBy=resultdateofacceptance,descending";
147
    url += "&fq=" + encodeURIComponent( "resultacceptanceyear <= " + (new Date()).getFullYear());
147 148
    url += "&page=" + (page - 1) + "&size=" + size;
148 149
    
149 150
    return this.http.get((properties.useCache) ? (properties.cacheUrl + encodeURIComponent(url)) : url)

Also available in: Unified diff