Project

General

Profile

« Previous | Next » 

Revision 56005

[Library|Trunk]

Landing Page - Organization:
use objIdentifier for relcan, parse it and add it in OrganizationInfo class
Datasource Refine Fields: add country

View differences:

organization.component.ts
201 201
                    this.errorMessage = 'No organization found';
202 202
                } else {
203 203
                    this.organizationInfo = data;
204
                  this.seoService.createLinkForCanonicalURL(this.properties.baseLink+this._router.url);
204
                  this.seoService.createLinkForCanonicalURL(this.properties.baseLink+this.properties.searchLinkToOrganization + this.organizationInfo.objIdentifier);
205 205
                  this.updateTitle(this.organizationInfo.title.name);
206 206
                    this.updateDescription("Organization, country, "+this.organizationInfo.title.name +((this.organizationInfo.title.name && this.organizationInfo.title.name != this.organizationInfo.name)?(", "+this.organizationInfo.name):"") );
207 207
                    if(this.properties.enablePiwikTrack && (typeof document !== 'undefined')){

Also available in: Unified diff