Skip to content

Commit

Permalink
render ajax based on URL
Browse files Browse the repository at this point in the history
  • Loading branch information
BartChris committed Oct 1, 2024
1 parent a76ab79 commit 7011646
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,8 @@
styleClass="no-header"
widgetVar="metadataTable"
id="metadataTable">
<p:ajax event="expand"
process="@this"
update="@(.ui-tree, .stripe.selected)" />

<p:ajax event="collapse"
process="@this"
update="@(.ui-tree, .stripe.selected)"/>
onstart="return #{request.requestURI.contains('metadataEditor')};"/>
<p:column>
<span class="input-wrapper">
<!-- field label
Expand Down

0 comments on commit 7011646

Please sign in to comment.