Skip to content

Commit

Permalink
Merge pull request #5847 from effective-webwork/3-6-page-label
Browse files Browse the repository at this point in the history
[3.6] Always display page labels in metadata editor
  • Loading branch information
solth committed Dec 5, 2023
2 parents 8d669f0 + 2bbd887 commit 49d0ddd
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 49d0ddd

Please sign in to comment.