Skip to content

Commit

Permalink
fix: html styling of sources at different places
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominick Leppich committed Dec 6, 2024
1 parent 2a983b1 commit f92dd50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@
styleClass="sources__pair"
rendered="#{ not empty relationship.additionalData }">
<div class="sources__key">#{msgs.plugin_workflow_entity_editor_additionalData}:</div>
<div class="sources__val">#{relationship.additionalData}</div>
<div class="sources__val">
<h:outputText escape="false" value="#{relationship.additionalData}" />
</div>
</h:panelGroup>

<h:panelGroup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
</div>
<div class="col-sm-9">
<h:outputText
escape="false"
value="#{record.getFieldValueForDefinition(field.definition).get()}"/>
</div>
</div>
Expand Down

0 comments on commit f92dd50

Please sign in to comment.