mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2465] Sometimes, navigating using the breadcrumb opens another folder instead of the clicked one - after search performed on the Content Node Selector (#3054)
* [ADF-2465] Sometimes, navigating using the breadcrumb opens another folder instead of the clicked one - after search performed on the Content Node Selector fixed bug added tests made sure that deleting search input field clears all search related data * [ADF-2465] change tests not to use setTimeouts
This commit is contained in:
committed by
Eugenio Romano
parent
6dc758889f
commit
3a68382be0
@@ -38,7 +38,7 @@
|
||||
</ng-container>
|
||||
<adf-dropdown-breadcrumb *ngIf="needBreadcrumbs()"
|
||||
class="adf-content-node-selector-content-breadcrumb"
|
||||
(navigate)="clear()"
|
||||
(navigate)="clearSearch()"
|
||||
[target]="documentList"
|
||||
[transform]="breadcrumbTransform"
|
||||
[folderNode]="breadcrumbFolderNode"
|
||||
|
Reference in New Issue
Block a user