RED-5825 - Missing refresh after changes in file attributes

This commit is contained in:
Valentin Mihai 2023-01-04 18:23:14 +02:00
parent 3cfc407aba
commit 3242d51f5a

View File

@ -152,6 +152,7 @@ export class DossierOverviewScreenComponent extends ListingComponent<File> imple
ngOnAttach() {
this.#initFileDropHandling();
this._setRemovableSubscriptions();
this._updateFileAttributes();
this._tableComponent?.scrollToLastIndex();
}