Skip to content
Snippets Groups Projects
Commit da9f49aa authored by tranoris's avatar tranoris
Browse files

sort update

parent 449de707
No related branches found
No related tags found
2 merge requests!12Merging 2024Q2_RC into main, creating 2024Q2 Release,!10Parent child characteristics
Pipeline #4164 failed
...@@ -97,6 +97,7 @@ public class CROrchestrationCheckDeploymentService implements JavaDelegate { ...@@ -97,6 +97,7 @@ public class CROrchestrationCheckDeploymentService implements JavaDelegate {
@Valid @Valid
ServiceStateType currentState = aService.getState(); ServiceStateType currentState = aService.getState();
ServiceStateType nextState = aService.findNextStateBasedOnSupportingResources(rlist); ServiceStateType nextState = aService.findNextStateBasedOnSupportingResources(rlist);
if (!currentState.equals(nextState)) { if (!currentState.equals(nextState)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment