From 2285856c14022903ecec9cdb4432ade926824e58 Mon Sep 17 00:00:00 2001 From: suzanadirla Date: Wed, 14 Mar 2018 19:06:16 +0200 Subject: [PATCH] [ACA-1215] Remove workaround because of broken navigation on -mysites- (#236) --- src/app/common/services/node-actions.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/common/services/node-actions.service.ts b/src/app/common/services/node-actions.service.ts index f67f6ed1e..005debec0 100644 --- a/src/app/common/services/node-actions.service.ts +++ b/src/app/common/services/node-actions.service.ts @@ -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