Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
1. Injection in the constructor was wrong, was not setting the problemTypeBean and the sectorBean
  • Loading branch information
efraimgentil committed Mar 30, 2014
1 parent 9a293df commit 830f92d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public OpenOccurrenceController(Result result, OccurrenceBean occurrenceBean,
this.occurrenceBean = occurrenceBean;
this.messageBundle = messagesBundle;
this.validationBundle = validationBundle;
this.problemTypeBean = problemTypeBean;
this.sectorBean = sectorBean;
}

@Get
Expand Down

0 comments on commit 830f92d

Please sign in to comment.