Skip to content

Conversation

Tristan-WorkGH
Copy link
Contributor

Expose new endpoint for GlobalFilter component.

Need gridsuite/filter#85

@Tristan-WorkGH Tristan-WorkGH self-assigned this Oct 2, 2025
@RequestBody @NonNull GlobalFilter filter) {
this.studyService.assertIsRootNetworkAndNodeInStudy(studyUuid, rootNetworkUuid, nodeUuid);
return ResponseEntity.ok(studyService.evaluateGlobalFilter(nodeUuid, rootNetworkUuid, equipmentTypes, filter));
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing unit test for this new endpoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants