Skip to content

Commit

Permalink
fix wrong bean name for modelAuditService in PageBase
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Aug 27, 2021
1 parent cb83d54 commit 8c3d8df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public abstract class PageBase extends WebPage implements ModelServiceLocator {
@SpringBean(name = "taskManager")
private TaskManager taskManager;

@SpringBean(name = "modelAuditService")
@SpringBean(name = "auditController")
private ModelAuditService modelAuditService;

@SpringBean(name = "modelController")
Expand Down

0 comments on commit 8c3d8df

Please sign in to comment.