Skip to content

Commit

Permalink
fix: expression rules file name in download
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanelphe committed Dec 1, 2023
1 parent 45dec52 commit a2ede25
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ public String downloadJeuxDeRegles(Model model, HttpServletResponse response) {
fileNames.add("Rules_structurize");
fileNames.add("Rules_control");
fileNames.add("Rules_mapping");
fileNames.add("Rules_filter");
fileNames.add("Rules_expression");
this.vObjectService.download(views.getViewJeuxDeRegles(), response, fileNames
, new ArrayList<>(
Expand Down

0 comments on commit a2ede25

Please sign in to comment.