Skip to content

Commit

Permalink
[JENKINS-27104] Choosing "No History" option in Changeset still bring…
Browse files Browse the repository at this point in the history
…s back history

Adding missing mapping of ChangesetLevel to the UcmWorkflow
  • Loading branch information
Vlatombe committed Feb 24, 2015
1 parent 5f40d62 commit 71d6029
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -335,6 +335,7 @@ private UcmWorkflow createWorkflow() {
} else {
streamWorkflow = new StreamUcmWorkflow();
}
streamWorkflow.setChangesetLevel(getChangeset());
streamWorkflow.setUseUpdate(isUseUpdate());
streamWorkflow.setUseDynamicView(isUseDynamicView());
streamWorkflow.setRecreateDynamicView(isRecreateView());
Expand Down

0 comments on commit 71d6029

Please sign in to comment.