File tree 4 files changed +9
-2
lines changed
src/main/resources/templates 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >de.uhd.ifi.se.decision</groupId >
8
8
<artifactId >management.jira</artifactId >
9
- <version >2.3.7 </version >
9
+ <version >2.3.8 </version >
10
10
<organization >
11
11
<name >Software Engineering Research Group, Heidelberg University</name >
12
12
<url >https://github.com/cures-hub</url >
Original file line number Diff line number Diff line change @@ -81,4 +81,9 @@ $webResourceManager.requireResource("de.uhd.ifi.se.decision.management.jira:deci
81
81
</div>
82
82
</div>
83
83
#parse("templates/contextMenu.vm")
84
- #parse("templates/dialogs/knowledgeManagementDialogs.vm")
84
+ #parse("templates/dialogs/knowledgeManagementDialogs.vm")
85
+ <script>
86
+ $(document).ready(function () {
87
+ conDecAPI.checkIfProjectKeyIsValid();
88
+ });
89
+ </script>
Original file line number Diff line number Diff line change 10
10
</div>
11
11
<script>
12
12
$(document).ready(function () {
13
+ conDecAPI.checkIfProjectKeyIsValid();
13
14
#if(!$codeFileName && !$knowledgeType)
14
15
/* Adds the on click listener on tab opening */
15
16
var isOnceClicked = false;
Original file line number Diff line number Diff line change 10
10
</div>
11
11
<script>
12
12
$(document).ready(function () {
13
+ conDecAPI.checkIfProjectKeyIsValid();
13
14
#if(!$codeFileName)
14
15
/* Inits rationale backlog as the default tab */
15
16
conDecRationaleBacklog.initView();
You can’t perform that action at this time.
0 commit comments