mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-4728] fix file order in viewer (#3631)
* [ACA-4728] fix file order in viewer * [ACA-4728] refactor viewer and preview, save and restore previous sorting in viewer and document pages when client sorting, add viewer unit tests * [ACA-4728] remove duplicated license * [ACA-4728] add missing imports * [ACA-4728] address comments, improve initial sorting setting, improve tests, reduce duplication * [ACA-4728] further reduce code duplication, remove/replace faulty unit tests * [ACA-4728] move reusable unit test config to testing module * [ACA-4728] address comments * [ACA-4728] address comment - remove reduntant if * [ACA-4728] update headers in new files
This commit is contained in:
committed by
GitHub
parent
12c0b87c09
commit
92a1e25271
@@ -45,6 +45,7 @@
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
[sortingKey]="column.sortingKey || column.key"
|
||||
>
|
||||
<ng-template let-context>
|
||||
<adf-dynamic-column [id]="column.template" [context]="context"> </adf-dynamic-column>
|
||||
@@ -64,6 +65,7 @@
|
||||
[class]="column.class"
|
||||
[sortable]="column.sortable"
|
||||
[isHidden]="column.isHidden"
|
||||
[sortingKey]="column.sortingKey || column.key"
|
||||
>
|
||||
</data-column>
|
||||
</ng-container>
|
||||
|
Reference in New Issue
Block a user