Skip to content

Commit e5330b6

Browse files
committed
working on F008 Add first new Project: broken #103
1 parent a3ea9c8 commit e5330b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/woehlke/simpleworklist/project/ProjectController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ public final String addNewTopLevelProjectForm(
111111

112112
@RequestMapping(value = "/add/new/project", method = RequestMethod.POST)
113113
public final String addNewTopLevelProjectSave(
114-
@ModelAttribute("userSession") UserSessionBean userSession,
115114
@Valid Project project,
115+
@ModelAttribute("userSession") UserSessionBean userSession,
116116
BindingResult result,
117117
Locale locale, Model model
118118
){

0 commit comments

Comments
 (0)