-
Notifications
You must be signed in to change notification settings - Fork 2
Update evaluate filters endpoint #858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ead of GET with query params. Signed-off-by: Florent MILLOT <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor things
src/main/java/org/gridsuite/study/server/controller/StudyController.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/study/server/service/FilterService.java
Outdated
Show resolved
Hide resolved
…T with JSON body instead of GET with query params. Signed-off-by: Florent MILLOT <[email protected]>
…o filter-with-equipment-types
Signed-off-by: Florent MILLOT <[email protected]>
…evaluateFilters logic. Signed-off-by: Florent MILLOT <[email protected]>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test Ok Code Ok
Switch evaluateFiltersFromFirstRootNetwork to use POST with body instead of GET with query params.
Associated to gridsuite/filter-server#169