Skip to content

Commit

Permalink
Close the form first when reopening it
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipseisoffline committed Mar 4, 2025
1 parent 9cd2571 commit cf52a8f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ public void setCurrentAdvancementCategoryId(String categoryId) {
// Only open and show list form if we're going to a different category
currentAdvancementCategoryId = categoryId;
if (formOpen) {
session.closeForm();
buildAndShowForm();
formOpen = true;
}
}
}
Expand Down

0 comments on commit cf52a8f

Please sign in to comment.