Skip to content

Commit

Permalink
Always display page labels in metadata editor
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Oct 23, 2023
1 parent 6e8c322 commit 5cffe06
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@
<p:treeNode type="#{StructurePanel.VIEW_NODE_TYPE}"
icon="ui-icon-document">
<h:outputText value="#{empty logicalNode.label ? msgs['dataEditor.withoutType'] : logicalNode.label}"
title="#{logicalNode.undefined ? msgs['dataEditor.undefinedStructure'] : ''}"
rendered="#{DataEditorForm.structurePanel.titleMetadata eq 'type'}"/>
title="#{logicalNode.undefined ? msgs['dataEditor.undefinedStructure'] : ''}"/>
<h:outputText value="#{DataEditorForm.structurePanel.getMultipleAssignmentsIndex(logicalNode) + 1}"
rendered="#{logicalNode.assignedSeveralTimes}"
styleClass="assigned-several-times"/>
Expand Down

0 comments on commit 5cffe06

Please sign in to comment.