Skip to content

Commit 75088e9

Browse files
author
Dominick Leppich
committed
Merge pull request 'Release v24.12' (#20) from release_24.12 into master
2 parents d173ab4 + 86a8c32 commit 75088e9

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

module-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.goobi.workflow.plugin</groupId>
55
<artifactId>plugin-workflow-entity-editor</artifactId>
6-
<version>24.11</version>
6+
<version>24.12</version>
77
</parent>
88
<artifactId>plugin-workflow-entity-editor-base</artifactId>
99
<packaging>jar</packaging>

module-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.goobi.workflow.plugin</groupId>
55
<artifactId>plugin-workflow-entity-editor</artifactId>
6-
<version>24.11</version>
6+
<version>24.12</version>
77
</parent>
88
<artifactId>plugin-workflow-entity-editor-gui</artifactId>
99
<packaging>jar</packaging>

module-gui/src/main/webapp/resources/uii/includes/linked_entities.xhtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@
199199
styleClass="sources__pair"
200200
rendered="#{ not empty relationship.additionalData }">
201201
<div class="sources__key">#{msgs.plugin_workflow_entity_editor_additionalData}:</div>
202-
<div class="sources__val">#{relationship.additionalData}</div>
202+
<div class="sources__val">
203+
<h:outputText escape="false" value="#{relationship.additionalData}" />
204+
</div>
203205
</h:panelGroup>
204206

205207
<h:panelGroup

module-gui/src/main/webapp/resources/uii/includes/source_modal.xhtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
</div>
236236
<div class="col-sm-9">
237237
<h:outputText
238+
escape="false"
238239
value="#{record.getFieldValueForDefinition(field.definition).get()}"/>
239240
</div>
240241
</div>

module-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.goobi.workflow.plugin</groupId>
55
<artifactId>plugin-workflow-entity-editor</artifactId>
6-
<version>24.11</version>
6+
<version>24.12</version>
77
</parent>
88
<artifactId>plugin-workflow-entity-editor-lib</artifactId>
99
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.goobi.workflow</groupId>
55
<artifactId>workflow-base</artifactId>
6-
<version>24.11</version>
6+
<version>24.12</version>
77
<relativePath />
88
</parent>
99
<groupId>io.goobi.workflow.plugin</groupId>

0 commit comments

Comments
 (0)