Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix copy version option from existing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Oct 24, 2014
1 parent 9839969 commit 81837ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zanata-war/src/main/java/org/zanata/action/VersionHome.java
Expand Up @@ -149,8 +149,9 @@ private void setDefaultCopyFromVersion() {
&& StringUtils.isEmpty(copyFromVersionSlug)) {
this.copyFromVersionSlug =
otherVersions.get(0).getVersion().getSlug();
copyFromVersion = true;

}
copyFromVersion = true;
}

public void init(boolean isNewInstance) {
Expand Down

0 comments on commit 81837ce

Please sign in to comment.