Project

General

Profile

« Previous | Next » 

Revision 58208

[Library | Landing Redesign]:
1. env-properties.ts: "sherpaURL" and "helpdeskEmail" added.
2. searchDataproviders.service.ts & dataProvider.service.ts: [Bug fix] Check if subject is not undefined or null, before requesting subject.content.
3. project.component.html & organization.component.html & dataProvider.component & relatedDatasourcesTab.component.ts: Update links to search pages (new schema for url parameters).
4. dataProvider.component.html: [Bug fix] Show "search_box" only if results > 0 | [Bug fix] No count query for "relatedDatasources" | [Bug fix] modals exist if info exists (not matter if there are results).
5. relatedDatasourcesTab.component.ts: [Bug fix] In paging, 1*pageSize.
6. project.component.html: Use properties for "helpdeskEmail" and "searchLinkToProject".
7. showPublisher.component.ts: Use properties for "sherpaURL".

View differences:

env-properties.ts
34 34
  cordisURL;
35 35
  openDoarURL;
36 36
  r3DataURL;
37
  sherpaURL;
37 38

  
38 39
  // Zenodo's url
39 40
  zenodo;
......
50 51
  ercGuidlines;
51 52
  // helpdesk link
52 53
  helpdesk;
54
  // helpdesk email
55
  helpdeskEmail;
53 56

  
54 57
  utilsService;
55 58

  

Also available in: Unified diff