mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[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:
@@ -174,7 +174,7 @@ export class ContentNodeSelectorPanelComponent implements OnInit {
|
||||
folderNode = this.documentList.folderNode;
|
||||
}
|
||||
|
||||
return this.breadcrumbTransform ? this.breadcrumbTransform(folderNode) : folderNode;
|
||||
return folderNode;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user