Project

General

Profile

« Previous | Next » 

Revision 60939

[Trunk | Library]: resultLanding.component.html & result-preview.component.html: [Bug fix] Remove check "&& properties.environment != 'production')" when "properties.adminToolsPortalType == 'community'".

View differences:

resultLanding.component.html
99 99
                </a>
100 100
              </li>
101 101
              <!-- ORCID -->
102
              <li *ngIf="properties.adminToolsPortalType == 'explore' || (properties.adminToolsPortalType ==
103
              'community' && properties.environment != 'production')">
102
              <li *ngIf="properties.adminToolsPortalType == 'explore' || properties.adminToolsPortalType == 'community'">
104 103
                <orcid-work [resultId]="id" [resultTitle]="resultLandingInfo.title" [resultLandingInfo]="resultLandingInfo"
105 104
                            [pids]="pidsArrayString" [pageType]="'landing'">
106 105
                </orcid-work>

Also available in: Unified diff