bug: Re-enable create working branch button if action is cancelled
diff --git a/plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/util/widgets/XWorkingBranch.java b/plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/util/widgets/XWorkingBranch.java
index 7455f9c..5365237 100644
--- a/plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/util/widgets/XWorkingBranch.java
+++ b/plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/util/widgets/XWorkingBranch.java
@@ -161,6 +161,8 @@
                   Displays.getActiveShell(),
                   "Create Working Branch",
                   "Create a working branch from parent branch\n\n\"" + parentBranch.getName() + "\"?\n\n" + "NOTE: Working branches are necessary when OSEE Artifact changes " + "are made during implementation.")) {
+                  enablement.refresh();
+                  refreshEnablement();
                   return;
                }
                AtsBranchManagerCore.createWorkingBranch_Create(teamArt);