Skip to content

Commit

Permalink
#7406 add request panel to popup update
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Dec 4, 2020
1 parent 09b3c05 commit fdaa760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/file-request-access-popup-fragment.xhtml
Expand Up @@ -42,7 +42,7 @@
<div class="button-block">
<p:commandButton styleClass="btn btn-default" value="#{bundle.acceptTerms}"
action="#{fileDownloadHelper.requestAccessIndirect()}"
update="@([id$=requestAccessConsolidated])" oncomplete="PF('requestAccessPopup').hide();">
update="@([id$=requestAccessConsolidated]), @([id$=requestPanel])" oncomplete="PF('requestAccessPopup').hide();">
</p:commandButton>
<button class="btn btn-link" onclick="PF('requestAccessPopup').hide();PF('blockDatasetForm').hide();" type="button">
#{bundle.cancel}
Expand Down

0 comments on commit fdaa760

Please sign in to comment.