Skip to content

Commit

Permalink
Fix the bug with the solution provided by Etienne in redmine (https:/…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoqui committed Jul 3, 2015
1 parent d4a1238 commit 6a35631
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,7 @@ public void unLock(State state, User user) throws WorkflowException {
} else {
this.unLock(state.getName(), user);
}
this.setLockedByAdmin(false);
}

/**
Expand Down

0 comments on commit 6a35631

Please sign in to comment.