mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
pass entry (#417)
This commit is contained in:
committed by
Denys Vuika
parent
13a28bebcd
commit
4fd455100e
@@ -135,7 +135,7 @@ export class SearchComponent extends PageComponent implements OnInit {
|
|||||||
onNodeDoubleClick(node: MinimalNodeEntity) {
|
onNodeDoubleClick(node: MinimalNodeEntity) {
|
||||||
if (node && node.entry) {
|
if (node && node.entry) {
|
||||||
if (node.entry.isFolder) {
|
if (node.entry.isFolder) {
|
||||||
this.store.dispatch(new NavigateToLocationAction(node));
|
this.store.dispatch(new NavigateToLocationAction(node.entry));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user