Skip to content

Commit

Permalink
fix: bug rebuilding viewTableMetier on table deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Oct 4, 2023
1 parent 6e58c98 commit c3a45c6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public String deleteTableMetier(Model model) {
} catch (ArcException e) {
this.views.getViewTableMetier().setMessage("familyManagement.delete.error");
}
// table metier must be rebuilt from scratch as some column might not exists anymore
this.vObjectService.destroy(views.getViewTableMetier());
return generateDisplay(model, RESULT_SUCCESS);
}

Expand Down

0 comments on commit c3a45c6

Please sign in to comment.