File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/main/java/org/woehlke/simpleworklist/services Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments