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 Sep 27, 2024
1 parent 813a0b8 commit 13fe109
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 13fe109

Please sign in to comment.