Skip to content

Commit

Permalink
Clear package data in handleProjectTasks(). No more latest revision s…
Browse files Browse the repository at this point in the history
…hown on project overview
  • Loading branch information
javierllorente committed Oct 30, 2024
1 parent a44b975 commit 7f51d7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ public void goTo(String location) {
private void handleProjectTasks() {
int tabIndex = tabPane.getSelectionModel().getSelectedIndex();
logger.log(Level.INFO, "tabIndex = {0}", tabIndex);
overviewController.clearPkgData();
switch (tabIndex) {
case 0 -> {
startPrjMetaConfigTask(getLocationProject());
Expand Down

0 comments on commit 7f51d7a

Please sign in to comment.