Skip to content

Commit 8f96b49

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/application.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ org:
9090
spring:
9191
datasource:
9292
url: jdbc:postgresql://localdbhost:5432/simpleworklist
93-
jpa:
94-
hibernate:
95-
ddl-auto: update
96-
#ddl-auto: create-drop
93+
#jpa:
94+
# hibernate:
95+
# ddl-auto: update
96+
# #ddl-auto: create-drop
9797
profiles:
9898
active: default

0 commit comments

Comments
 (0)