mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1571] File library - navigate into library after create process (#510)
* notify library ID conflict * navigate into library node
This commit is contained in:
committed by
Denys Vuika
parent
53c2e88689
commit
d5763f585d
@@ -55,7 +55,9 @@ export class LibrariesComponent extends PageComponent implements OnInit {
|
||||
|
||||
this.subscriptions.push(
|
||||
this.content.libraryDeleted.subscribe(() => this.reload()),
|
||||
this.content.libraryCreated.subscribe(() => this.reload())
|
||||
this.content.libraryCreated.subscribe((node: SiteEntry) => {
|
||||
this.navigate(node.entry.guid);
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user