We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5769e74 commit 52f5ebdCopy full SHA for 52f5ebd
src/main/java/org/woehlke/simpleworklist/task/TaskController.java
@@ -116,10 +116,10 @@ public final String editTaskPost(
116
}
117
userSession.setContextId(task.getContext().getId());
118
model.addAttribute("userSession", userSession);
119
- return "redirect:/project/root/tasks";
+ return "redirect:/project/root";
120
121
taskService.saveAndFlush(persistentTask);
122
- return "redirect:/project/" + projectId + "/";
+ return "redirect:/project/" + projectId;
123
124
125
0 commit comments