refs #1900 Set selected node and fetch clients on menu click in GroupsComponent
testing/ogGui-multibranch/pipeline/head This commit looks good Details

pull/19/head
Lucas Lara García 2025-04-11 09:44:39 +02:00
parent c7d6e41874
commit 824e55102e
1 changed files with 2 additions and 0 deletions

View File

@ -373,6 +373,8 @@ export class GroupsComponent implements OnInit, OnDestroy {
onMenuClick(event: Event, node: any): void { onMenuClick(event: Event, node: any): void {
event.stopPropagation(); event.stopPropagation();
this.selectedNode = node;
this.fetchClientsForNode(node);
} }