62063: Browse config refactoring property metadata to id

This commit is contained in:
Kristof De Langhe
2019-07-11 13:59:23 +02:00
parent 480a1b482a
commit 1d98b8c29f
13 changed files with 48 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
<h3>{{'browse.comcol.head' | translate}}</h3>
<ul>
<li *ngFor="let config of types">
<a [routerLink]="['/browse/' + config.metadata]" [queryParams]="{scope: id}">{{'browse.comcol.by.' + config.metadata | translate}}</a>
<a [routerLink]="['/browse/' + config.id]" [queryParams]="{scope: id}">{{'browse.comcol.by.' + config.id | translate}}</a>
</li>
</ul>