fix location link sorting (#473)

This commit is contained in:
Denys Vuika
2018-06-29 13:03:58 +01:00
committed by Cilibiu Bogdan
parent 9cdfa35ae5
commit d89473046c
7 changed files with 23 additions and 25 deletions

View File

@@ -125,10 +125,10 @@
</data-column>
<data-column
key="path"
key="path.name"
title="APP.DOCUMENT_LIST.COLUMNS.LOCATION">
<ng-template let-context>
<app-location-link [context]="context"></app-location-link>
<aca-location-link [context]="context"></aca-location-link>
</ng-template>
</data-column>