Skip to content

Commit

Permalink
Merge pull request #6268 from thomaslow/fix-property-not-found-in-phy…
Browse files Browse the repository at this point in the history
…sical-structure-tree

Fix property not found exception in metadata editor with physical structure tree
  • Loading branch information
solth authored Oct 30, 2024
2 parents 4001ab2 + 65df86a commit 009fa92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
a:data-order="#{physicalNode.order}"/>
<h:outputText value=" 🔗" rendered="#{physicalNode.linked}"/>
</p:treeNode>
<p:treeNode type="#{DataEditorForm.structurePanel.MEDIA_PARTIAL_NODE_TYPE}"
<p:treeNode type="#{StructurePanel.MEDIA_PARTIAL_NODE_TYPE}"
icon="ui-icon-media-partial">
<h:outputText
value="#{physicalNode.label}"
Expand Down

0 comments on commit 009fa92

Please sign in to comment.