Skip to content

Commit

Permalink
Merge branch 'develop' into 8305-payara6-ee10-v3 #8305
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Aug 10, 2023
2 parents 0133009 + 4073f8b commit 44874b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_beta_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
distribution: 'zulu'
java-version: '11'

- name: Enable API Session Auth feature flag
working-directory: src/main/resources/META-INF
run: echo -e "dataverse.feature.api-session-auth=true" >> microprofile-config.properties

- name: Build application war
run: mvn package

Expand Down
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 44874b3

Please sign in to comment.