[ACA-591] unsharing links (#177)

* unsharing links

* restore move/delete buttons, new icon for unshare
This commit is contained in:
Denys Vuika
2018-01-23 16:47:44 +00:00
committed by Cilibiu Bogdan
parent cb95a422aa
commit b5e394bc07
5 changed files with 77 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ export class SharedFilesComponent extends PageComponent implements OnInit, OnDes
refresh(): void {
if (this.documentList) {
this.documentList.resetSelection();
this.documentList.reload();
}
}