removed some magic from jpa.
This commit is contained in:
parent
30418cad13
commit
e643a69308
18 changed files with 157 additions and 206 deletions
|
|
@ -174,6 +174,8 @@ public class VascExportServlet extends HttpServlet {
|
|||
VascEntryLocal ve = (VascEntryLocal)vc.getVascEntryConfigController().configVascEntry(vc, entryId);
|
||||
vc.getVascEntryConfigController().configVascFrontendController(vc, ve);
|
||||
|
||||
ve.getVascFrontendController().getVascFrontendActions().refreshData();
|
||||
|
||||
VascEntryExport ex = vc.getVascEntryConfigController().getVascEntryExporterById(exportId);
|
||||
VascEntryExportWriter exw = ex.createExportWriter();
|
||||
exw.doInit(ex, ve);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue