Use importParameters instead of importParametersRaw#3954
Conversation
Signed-off-by: Etienne Homer <etiennehomer@gmail.com>
📝 WalkthroughWalkthroughThis PR renames the ChangesField rename: importParametersRaw → importParameters
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
|



PR Summary
Using a Map<String, Object> for importParameters in RootNetworkInfos allows us to remove the importParametersRaw field. importParameters field can be used for the communications with the front and powsybl-network-conversion-server.
Linked PR:
gridsuite/study-server#990