mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-20] Add/Remove favorite library (#804)
* custom add favorite library * addFavoriteLibrary component * tests * update doc * add content event * reload on remove favorite library * consistency * app.selection.library over app.navigation.isLibraries * fix duplicate id name
This commit is contained in:
committed by
Suzana Dirla
parent
2ac59bd278
commit
da41834524
@@ -55,7 +55,7 @@ export class LibrariesComponent extends PageComponent implements OnInit {
|
||||
|
||||
this.subscriptions.push(
|
||||
this.content.libraryDeleted.subscribe(() => this.reload()),
|
||||
this.content.libraryUpdated.subscribe(() => this.documentList.reload()),
|
||||
this.content.libraryUpdated.subscribe(() => this.reload()),
|
||||
|
||||
this.breakpointObserver
|
||||
.observe([Breakpoints.HandsetPortrait, Breakpoints.HandsetLandscape])
|
||||
|
Reference in New Issue
Block a user