-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix checking equipment modifications #397
Conversation
…side the apply method. Individually check the tabular modifications. Signed-off-by: Florent MILLOT <[email protected]>
Is there a reason why we didn't do it for these cases ? |
Nope, I just did it quickly and maybe forgot some. I will add them. |
Signed-off-by: Florent MILLOT <[email protected]>
src/main/java/org/gridsuite/modification/server/modifications/TabularModification.java
Outdated
Show resolved
Hide resolved
…ation.java. Signed-off-by: Florent MILLOT <[email protected]>
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.
Code OK
Signed-off-by: Florent MILLOT <[email protected]>
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Implement the check method when necessary instead of checking data inside the apply method.
Individually check the tabular modifications.