mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[ACS-5563] Fixed incorrect initial loading of security marks (#3405)
* [ACS-5563] fixed incorrect initial loading of security marks * [ACS-5563] added DoneFn
This commit is contained in:
committed by
GitHub
parent
e2ddd81cbc
commit
deba28c8e0
@@ -127,7 +127,10 @@ export class FilesComponent extends PageComponent implements OnInit, OnDestroy {
|
||||
this.isAdmin = value;
|
||||
});
|
||||
|
||||
this.columns = this.extensions.documentListPresets.files || [];
|
||||
this.extensions.filesDocumentListPreset$.pipe(takeUntil(this.onDestroy$)).subscribe((preset) => {
|
||||
this.columns = preset;
|
||||
});
|
||||
|
||||
if (this.queryParams && Object.keys(this.queryParams).length > 0) {
|
||||
this.isFilterHeaderActive = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user