mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
fix location link sorting (#473)
This commit is contained in:
committed by
Cilibiu Bogdan
parent
9cdfa35ae5
commit
d89473046c
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user