Project

General

Profile

« Previous | Next » 

Revision 56353

[newlinking|branch]
Merge trunk to Branch rev 56350

View differences:

searchDataproviders.component.ts
67 67

  
68 68
    //this.searchPage.refineFields = this.refineFields;
69 69
    this.sub =  this.route.queryParams.subscribe(params => {
70
      this.communityId = params['communityId'];
71
      if(!this.communityId){
72
        this.communityId  = ConnectHelper.getCommunityFromDomain(this.properties.domain);
70
      this.communityId  = ConnectHelper.getCommunityFromDomain(this.properties.domain);
71
      if(!this.communityId) {
72
        this.communityId = params['communityId'];
73 73
      }
74

  
74 75
      this.piwikSiteId = PiwikHelper.siteIDs[this.communityId];
75 76
      this.searchUtils.keyword = (params['keyword']?params['keyword']:'');
76 77
      //this.filters = this.createFilters();

Also available in: Unified diff