Project

General

Profile

« Previous | Next » 

Revision 60228

[Library | Trunk]: Fix manage on research results

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/searchPages/searchUtils/portal-search-result.component.html
86 86
               class="portal-link">
87 87
              {{(result.name) ? result.name : result.index_shortName}}
88 88
            </a>
89
            <manage *ngIf="result.isManager" [alias]="result.alias" [properties]="properties"
89
            <manage *ngIf="result.isManager" [alias]="result.alias"
90 90
                    class="uk-width-expand uk-margin-auto-right"></manage>
91 91
          </div>
92 92
          <div class="uk-margin-small-top uk-text-small">
modules/uoa-services-library/trunk/ng-openaire-library/src/app/utils/manage/manage.component.ts
1 1
import { Component, Input} from '@angular/core';
2 2
import {EnvProperties} from "../properties/env-properties";
3
import {properties} from "../../../../environments/environment";
3 4
@Component({
4 5
    selector: 'manage',
5 6
    template: `
......
20 21
   @Input() communityId:string;
21 22
   @Input() alias: string;
22 23
   @Input() buttonSizeSmall = true;
23
   @Input() properties: EnvProperties;
24
   properties: EnvProperties = properties;
24 25
   constructor() {}
25 26
}

Also available in: Unified diff