Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Issue #19 (graph refresh after Environment name change)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasters committed Aug 1, 2019
1 parent 035059f commit dfa09a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/kettle/env/util/EnvironmentUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ public static void enableEnvironment( Environment environment, DelegatingMetaSto
EnvironmentSessionUtil.restoreSessionInSpoon( environmentSession );
}
}

// Refresh the currently active graph
//
spoon.refreshGraph();
}
}

Expand Down

0 comments on commit dfa09a8

Please sign in to comment.