Skip to content

Commit

Permalink
fix MID-2498
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Oct 15, 2015
1 parent 35ae904 commit 5016657
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -123,7 +123,9 @@ public byte[] getTemplate(){
// design.remadgetFields().
design.getFieldsList().clear();
design.getParametersList().clear();
for (JasperReportFieldDto field : fields){
design.getFieldsMap().clear();
design.getParametersMap().clear();
for (JasperReportFieldDto field : fields){
if (field.isEmpty()){
continue;
}
Expand Down

0 comments on commit 5016657

Please sign in to comment.