Skip to content

Commit

Permalink
#4051 Add RowSelect event - which unselects the other rows
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Dec 19, 2017
1 parent c7cf82c commit 8b348ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/filesFragment.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
emptyMessage="#{bundle['file.notFound.tip']}">
<p:ajax event="toggleSelect" listener="#{DatasetPage.toggleAllSelected()}" />
<p:ajax event="rowUnselectCheckbox" listener="#{DatasetPage.setSelectAllFiles(false)}" update="filesTable" process="@this" />
<p:ajax event="rowSelect" listener="#{DatasetPage.setSelectAllFiles(false)}" update="filesTable" process="@this" />
<f:facet name="header">
<div class="row form-inline" jsf:id="cloudStorageBlock" jsf:rendered="#{DatasetPage.showComputeButton()}">
<!-- Cloud Storage Access -->
Expand Down

0 comments on commit 8b348ad

Please sign in to comment.