Conversation
Signed-off-by: Etienne LESOT <etienne.lesot@rte-france.com>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: Etienne LESOT <etienne.lesot@rte-france.com>
| ); | ||
| if (newName != null) { | ||
| uriComponentsBuilder.queryParam(NAME, newName); | ||
| uriComponentsBuilder.queryParam(DESCRIPTION, newDescription); |
There was a problem hiding this comment.
Here is probably what caused this : gridsuite/study-server#1093 (review)
| public static final String NAME = "name"; | ||
| public static final String DESCRIPTION = "description"; |
There was a problem hiding this comment.
A bit strange that those statics are defined here but also in ExploreController :
private static final String QUERY_PARAM_DESCRIPTION = "description";
There was a problem hiding this comment.
yes but maybe exploreController will be separated in several several controller soon
|



PR Summary