Skip to content

Commit

Permalink
Merge pull request #176 from giteshnandre/cosbench-advanced-ui-issue-…
Browse files Browse the repository at this point in the history
…fixes

fixed issue: after generating workload config files from advanced config...
  • Loading branch information
Yaguang Wang committed Apr 21, 2014
2 parents 2c883ee + 8520432 commit 010779d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public void createWorkloadFiles(HttpServletRequest req) throws Exception {
workload.validate();

String workloadName = req.getParameterValues("workload.name")[workloadNumber];
workload.setName(workloadName);

if (generateWorkloadFiles)
{
Expand All @@ -118,7 +119,6 @@ public void createWorkloadFiles(HttpServletRequest req) throws Exception {
}
else
{
workload.setName(workloadName);
submitWorkload(workload);
}
}
Expand Down

0 comments on commit 010779d

Please sign in to comment.