Skip to content
Snippets Groups Projects
Commit b60b1403 authored by Jan Tymel's avatar Jan Tymel
Browse files

Align number of rows in decision matrices once training phase is removed

Resolves #6
parent a2dbf96f
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,8 @@ public class TrainingPhaseFacade {
phaseService.deletePhase(definitionId, phaseId);
trainingPhaseService.alignDecisionMatrixForPhasesInTrainingDefinition(definitionId);
return getPhases(definitionId);
}
......
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