mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACA-1215] Remove workaround because of broken navigation on -mysites- (#236)
This commit is contained in:
parent
43215db84b
commit
2285856c14
@ -299,7 +299,7 @@ export class NodeActionsService {
|
||||
|
||||
// replace first item with 'File Libraries'
|
||||
elements[0].name = this.translation.instant('APP.BROWSE.LIBRARIES.TITLE');
|
||||
// elements[0].id = '-mysites-'; // commented this until navigation on custom sources is enabled on document-list
|
||||
elements[0].id = '-mysites-';
|
||||
|
||||
if (this.isSiteContainer(node)) {
|
||||
// rename 'documentLibrary' entry to the target site display name
|
||||
|
Loading…
x
Reference in New Issue
Block a user