Skip to content

Conversation

@carojeandat
Copy link
Contributor

@carojeandat carojeandat commented Feb 5, 2026

PR Summary

Adaptation of the app to the new behavior in the common lib: gridsuite/commons-ui#1014
This change moves the configuration of contingency lists from the security analysis launch step to the parameters section.
A dedicated table has been added to the Security Analysis parameters, allowing users to define and manage contingency lists for the study.

<SecurityAnalysisParametersInline
studyUuid={studyUuid}
parametersBackend={securityAnalysisParametersBackend}
fetchContingencyCount={(contingencyLists: string[] | null) =>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
fetchContingencyCount={(contingencyLists: string[] | null) =>
fetchContingencyCount={(contingencyListIds: UUID[] | null) =>

@carojeandat carojeandat changed the title [DRAFT] Move contingency lists to SA parameters Add contingency lists to SA parameters Feb 11, 2026
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