Skip to content

Commit

Permalink
call configure method rather than explore #9589
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Oct 2, 2023
1 parent f9fba20 commit 7540fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/dataset.xhtml
Expand Up @@ -1008,7 +1008,7 @@
<h:outputFormat value="#{DatasetPage.datasetConfigureTool.description}" escape="false"/>
</p>
<div class="button-block">
<p:commandLink styleClass="btn btn-default" action="#{DatasetPage.explore(DatasetPage.datasetConfigureTool)}" oncomplete="PF('configureToolDialog').hide();">
<p:commandLink styleClass="btn btn-default" action="#{DatasetPage.configure(DatasetPage.datasetConfigureTool)}" oncomplete="PF('configureToolDialog').hide();">
<h:outputFormat value="#{bundle['continue']}"/>
</p:commandLink>
<button class="btn btn-link" onclick="PF('configureToolDialog').hide();" type="button">
Expand Down

0 comments on commit 7540fbf

Please sign in to comment.