Skip to content

Commit

Permalink
Merge pull request #9759 from GlobalDataverseCommunityConsortium/IQSS…
Browse files Browse the repository at this point in the history
…/9758-fix_tabular_tag_entry

IQSS/9758 Fix Tabular Tag entry from file table kebab menu
  • Loading branch information
kcondon authored Aug 7, 2023
2 parents dc06cdd + e48e10a commit 4073f8b
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 4073f8b

Please sign in to comment.