Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed an issue where, in some cases, the license acceptance pop-up for the archival format option did not display correctly when downloading a complete dataset.
1 change: 1 addition & 0 deletions src/main/webapp/dataset.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
<h:outputFormat value="#{bundle['dataset.accessBtn.download.size']}">
<f:param value="#{sizeOfDataset}" />
</h:outputFormat>
<f:actionListener binding="#{DatasetPage.setTermsGuestbookPopupAction(bundle.download)}"/>
</p:commandLink>
</li>
<!-- Archival Format too big -->
Expand Down