diff --git a/ng2-components/ng2-alfresco-userinfo/src/components/user-info.component.html b/ng2-components/ng2-alfresco-userinfo/src/components/user-info.component.html index b58e6b22c9..1362e5f999 100644 --- a/ng2-components/ng2-alfresco-userinfo/src/components/user-info.component.html +++ b/ng2-components/ng2-alfresco-userinfo/src/components/user-info.component.html @@ -20,7 +20,7 @@
+ [style.background-image]="'url(' + ( ecmBackgroundImage || baseComponentPath + '/../img/orangeBanner.png')+')'"> ecm-profile-image{{ecmUser.email}} - {{ 'USER_PROFILE.LABELS.ECM.JOB_TITLE' | translate }} + {{ 'USER_PROFILE.LABELS.ECM.JOB_TITLE' | translate }} {{ecmUser.jobTitle?ecmUser.jobTitle:'N/A'}} @@ -50,7 +51,7 @@
+ [style.background-image]="'url(' + (bpmBackgroundImage || baseComponentPath + '/../img/blueBanner.png')+')'"> bpm-profile-image event.target; - element.src = this.anonymousImageUrl; + element.src = this.fallBackThumbnailImage || this.anonymousImageUrl; } }