Skip to content

Commit

Permalink
fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Aug 4, 2023
1 parent b215f56 commit e48e10a
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 @@ -903,7 +903,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 e48e10a

Please sign in to comment.