Skip to content

Commit 84121e3

Browse files
committed
* fixed #311 User Selfservice is broken
* Issue #312 User2UserMessage Chat is broken * Issue #313 Change Password - update HTML Layout to current Bootstrap Version * Issue #314 Set Default Language - update HTML Layout to current Bootstrap Version * Issue #315 Add Context - update HTML Layout to current Bootstrap Version * Issue #316 Add Context - add Back Button * Issue #317 switch Context is broken * Issue #318 Broken: http://localhost:8080/taskstate/task/1153/changeorderto/1051
1 parent b00d53b commit 84121e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@
734734

735735
<build>
736736
<finalName>${project.artifactId}</finalName>
737-
<defaultGoal>clean dependency:list install spring-boot:run</defaultGoal>
737+
<defaultGoal>clean dependency:tree install spring-boot:run</defaultGoal>
738738
<pluginManagement>
739739
<plugins>
740740
<plugin>

src/main/resources/templates/layout/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="author" content="Thomas Woehlke">
1414
<meta name="description" content="Your Todo-List for Getting Things Done.">
1515
<title th:replace="${headtitle}">SimpleWorklist</title>
16-
<link th:href="@{/webjars/bootstrap/4.5.3/css/bootstrap.min.css}" rel="stylesheet"/>
16+
<link th:href="@{/webjars/bootstrap/4.5.3/dist/css/bootstrap.min.css}" rel="stylesheet"/>
1717
<link th:href="@{/webjars/font-awesome/5.15.1/css/all.min.css}" rel="stylesheet"/>
1818
<link href="https://fonts.googleapis.com/css?family=Lato|Varela+Round" rel="stylesheet">
1919
<link th:href="@{/css/main.css}" rel="stylesheet"/>
@@ -73,7 +73,7 @@
7373
<script th:src="@{/js/google-analytics.js}"></script>
7474
<script th:src="@{/webjars/jquery/3.5.1/jquery.js}"></script>
7575
<script th:src="@{/webjars/popper.js/1.16.1/dist/umd/popper.min.js}"></script>
76-
<script th:src="@{/webjars/bootstrap/4.5.3/js/bootstrap.bundle.js}"></script>
76+
<script th:src="@{/webjars/bootstrap/4.5.3/dist/js/bootstrap.bundle.js}"></script>
7777
<script th:src="@{/webjars/font-awesome/5.15.1/js/all.js}"></script>
7878
<!--/* Per-page placeholder for additional links */-->
7979
<th:block th:replace="${scripts}" />

0 commit comments

Comments
 (0)