Skip to content

Commit e0d426d

Browse files
committed
## 2.3.34
* fixed #317 switch Context is broken * fixed #326 add Context to Breadcrumb * Issue #327 AbstractController: rename rootCategories to rootProjects (line 77) * Issue #328 AbstractController: rename allCategories to allProjects (line 66) * fixed #329 AbstractController: remove side effects from getContext (line 145, 159) * Issue #330 Add Project to Root Project: preset correct Context * Issue #331 Edit Project: update HTML Layout to current Bootstrap Version
1 parent 6722b65 commit e0d426d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

etc/TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
* Issue #328 AbstractController: rename allCategories to allProjects (line 66)
6868
* fixed #329 AbstractController: remove side effects from getContext (line 145, 159)
6969
* Issue #330 Add Project to Root Project: preset correct Context
70+
* Issue #331 Edit Project: update HTML Layout to current Bootstrap Version
7071

7172
## 2.3.35
7273
* Issue #234 Taskstate: Task Edit Form -> change Project via DropDown

src/main/java/org/woehlke/simpleworklist/services/ProjectControllerServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public void addNewProjectToProjectRootForm(
113113
Project project;
114114
project = new Project();
115115
project.setId(rootProjectId);
116+
project.setContext(context);
116117
Breadcrumb breadcrumb = breadcrumbService.getBreadcrumbForShowRootProject(locale,userSession);
117118
model.addAttribute("breadcrumb", breadcrumb);
118119
model.addAttribute("project", project);

0 commit comments

Comments
 (0)