Merge branch 'master' of code-repo.d4science.org:MaDgIK/irish-monitor
This commit is contained in:
commit
a9b2f14c50
|
@ -67,7 +67,7 @@ export class NationalComponent extends StakeholderBaseComponent implements OnIni
|
|||
this.stakeholder = stakeholder;
|
||||
if(this.stakeholder) {
|
||||
this._customFilterService.setCustomFilter([new SearchCustomFilter("National", "country", "IE", "Irish National Monitor")]);
|
||||
LinksResolver.setProperties("");
|
||||
LinksResolver.resetProperties();
|
||||
this.loading = false;
|
||||
} else {
|
||||
this.loading = false;
|
||||
|
|
|
@ -5,7 +5,7 @@ import {LayoutService} from "../openaireLibrary/dashboard/sharedComponents/sideb
|
|||
export class Irish {
|
||||
public static METADATA_PREFIX = 'NOAMI | ';
|
||||
|
||||
public portal: Portal = Portal.getMockCommunityInfo("noami", "Noami",[],[]);
|
||||
public portal: Portal = Portal.getMockCommunityInfo("noami", "Noami",['service'],['/search/advanced/services', '/search/find/services']);
|
||||
|
||||
constructor() {
|
||||
StakeholderConfiguration.ENTITIES.stakeholder = 'Monitor';
|
||||
|
|
Loading…
Reference in New Issue