Project

General

Profile

« Previous | Next » 

Revision 58348

[Trunk|Library]

Search pages:
remove logs
fix issue in /search/find when switch access mode filter
search all: don't hide number when change tabs
deposit results add space between cards

View differences:

searchAll.component.html
39 39
        [class]="activeEntity == 'result'?'uk-active':''">
40 40
      <a>
41 41
        Research outcomes
42
        <span *ngIf="fetchPublications.searchUtils.status !=
43
            errorCodes.LOADING && fetchPublications.searchUtils.totalResults!=null">
42
        <span *ngIf=" fetchPublications.searchUtils.totalResults!=null">
44 43
          ({{fetchPublications.searchUtils.totalResults | number}})</span>
45 44
      </a>
46 45
    </li>
47 46
    <li *ngIf="showProjects" (click)="entityChanged('projects')" [class]="activeEntity == 'projects'?'uk-active':''">
48 47
      <a>
49 48
        Projects
50
        <span *ngIf="fetchProjects.searchUtils.status !=
51
            errorCodes.LOADING && fetchProjects.searchUtils.totalResults!=null">
49
        <span *ngIf="fetchProjects.searchUtils.totalResults!=null">
52 50
          ({{fetchProjects.searchUtils.totalResults | number}})</span>
53 51
      </a>
54 52
    </li>
......
56 54
        [class]="activeEntity == 'datasources'?'uk-active':''">
57 55
      <a>
58 56
        Content Providers
59
        <span *ngIf="fetchDataproviders.searchUtils.status !=
60
            errorCodes.LOADING && fetchDataproviders.searchUtils.totalResults!=null">
57
        <span *ngIf="fetchDataproviders.searchUtils.totalResults!=null">
61 58
          ({{fetchDataproviders.searchUtils.totalResults | number}})</span>
62 59
      </a>
63 60
    </li>
......
65 62
        [class]="activeEntity == 'organizations'?'uk-active':''">
66 63
      <a>
67 64
        Organizations
68
        <span *ngIf="fetchOrganizations.searchUtils.status !=
69
            errorCodes.LOADING && fetchOrganizations.searchUtils.totalResults!=null">
65
        <span *ngIf="fetchOrganizations.searchUtils.totalResults!=null">
70 66
          ({{fetchOrganizations.searchUtils.totalResults | number}})</span>
71 67
      </a>
72 68
    </li>

Also available in: Unified diff