mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1607][ACA-1985] Leave library action (#824)
* [ACA-1607] leave library action * [ACA-1607] confirm leave action * [ACA-1607] confirm leave action * [ACA-1607] remove comment
This commit is contained in:
committed by
Denys Vuika
parent
62e33efbd0
commit
13db4fb339
@@ -56,6 +56,7 @@ export class LibrariesComponent extends PageComponent implements OnInit {
|
||||
this.subscriptions.push(
|
||||
this.content.libraryDeleted.subscribe(() => this.reload()),
|
||||
this.content.libraryUpdated.subscribe(() => this.reload()),
|
||||
this.content.libraryLeft.subscribe(() => this.reload()),
|
||||
|
||||
this.breakpointObserver
|
||||
.observe([Breakpoints.HandsetPortrait, Breakpoints.HandsetLandscape])
|
||||
|
Reference in New Issue
Block a user