[ADF-2361] added breadcrumb transform function to the breadcrumb comp… (#3050)

* [ADF-2361] added breadcrumb transform function to the breadcrumb component

* [ADF-2361] added PR review changes
This commit is contained in:
Vito
2018-03-08 18:05:00 +00:00
committed by Eugenio Romano
parent f8f79b3f31
commit f0dcaa02fb
6 changed files with 48 additions and 6 deletions

View File

@@ -174,7 +174,7 @@ export class ContentNodeSelectorPanelComponent implements OnInit {
folderNode = this.documentList.folderNode;
}
return this.breadcrumbTransform ? this.breadcrumbTransform(folderNode) : folderNode;
return folderNode;
}
/**