Skip to content

Commit

Permalink
Fix groups not being loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
KochTobi committed Jan 22, 2025
1 parent 8039cd0 commit aad7966
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,8 @@ private void showSampleRegistrationPossibleNotification() {
}

private void reloadExperimentalGroups() {
loadExperimentalGroups();
List<ExperimentalGroup> groups = loadExperimentalGroups();
fillExperimentalGroupCollection(groups);
if (hasExperimentalGroups()) {
onGroupsDefined();
showSampleRegistrationPossibleNotification();
Expand Down

0 comments on commit aad7966

Please sign in to comment.