From 26e8712135025ec670f61bdd05f0d671ff019df7 Mon Sep 17 00:00:00 2001 From: Anja Kleebaum Date: Sat, 20 May 2023 20:24:11 +0200 Subject: [PATCH] CONDEC-1028: Fix that projectKey was undefined in rationale backlog (#744) * Update version to 2.3.8 --- pom.xml | 2 +- src/main/resources/templates/decisionKnowledgePage.vm | 7 ++++++- src/main/resources/templates/tabs/overview.vm | 1 + src/main/resources/templates/tabs/rationaleBacklog.vm | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f5c3310209..5f834343e9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 de.uhd.ifi.se.decision management.jira - 2.3.7 + 2.3.8 Software Engineering Research Group, Heidelberg University https://github.com/cures-hub diff --git a/src/main/resources/templates/decisionKnowledgePage.vm b/src/main/resources/templates/decisionKnowledgePage.vm index 6e14c30db7..48b9e7847e 100644 --- a/src/main/resources/templates/decisionKnowledgePage.vm +++ b/src/main/resources/templates/decisionKnowledgePage.vm @@ -81,4 +81,9 @@ $webResourceManager.requireResource("de.uhd.ifi.se.decision.management.jira:deci #parse("templates/contextMenu.vm") -#parse("templates/dialogs/knowledgeManagementDialogs.vm") \ No newline at end of file +#parse("templates/dialogs/knowledgeManagementDialogs.vm") + \ No newline at end of file diff --git a/src/main/resources/templates/tabs/overview.vm b/src/main/resources/templates/tabs/overview.vm index ebc83331f1..c046a782b5 100644 --- a/src/main/resources/templates/tabs/overview.vm +++ b/src/main/resources/templates/tabs/overview.vm @@ -10,6 +10,7 @@