Skip to content

Commit

Permalink
fix from IQSS#9759
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Aug 4, 2023
1 parent c7d7b8a commit 4454c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/editFilesFragment.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@
filter="false">
<f:selectItems value="#{EditDatafilesPage.tabFileTags}" />
<p:ajax event="toggleSelect" listener="#{EditDatafilesPage.handleTabularTagsSelection}" update="tabularDataTags" />
<p:ajax event="change" listener="#{EditDatafilesPage.TabularTagsSelection}" update="tabularDataTags" />
<p:ajax event="change" listener="#{EditDatafilesPage.handleTabularTagsSelection}" update="tabularDataTags" />
</p:selectCheckboxMenu>
<p:message for="tabularDataTags" display="text" />
</div>
Expand Down

0 comments on commit 4454c5c

Please sign in to comment.