Skip to content

Commit

Permalink
UIEH-1431: Change permission kb-ebsco.kb-credentials.item.get to kb-e…
Browse files Browse the repository at this point in the history
…bsco.kb-credentials.key.item.get and kb-ebsco.kb-credentials.uc.item.get to kb-ebsco.kb-credentials.uc.key.item.get.
  • Loading branch information
Dmytro-Melnyshyn committed Oct 7, 2024
1 parent 0e2cd9a commit 6212cfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ jobs:
comment_title: Jest Unit Test Statistics

- name: Publish Jest coverage report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: jest-coverage-report
path: ${{ env.JEST_COVERAGE_REPORT_DIR }}
retention-days: 30

- name: Publish yarn.lock
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: yarn.lock
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Agreements accordion - Add a tooltip for the `New` and `Add` buttons. (UIEH-1424)
* eHoldings package-title (resource) view: display Proxied URL. (UIEH-1419)
* Fix title search is slow with many Packages filter options. (UIEH-1428)
* Change permission `kb-ebsco.kb-credentials.item.get` to `kb-ebsco.kb-credentials.key.item.get` and `kb-ebsco.kb-credentials.uc.item.get` to `kb-ebsco.kb-credentials.uc.key.item.get`. (UIEH-1431)

## [9.1.1] (https://github.com/folio-org/ui-eholdings/tree/v9.1.1) (2024-03-24)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"settings.eholdings.enabled",
"module.eholdings.enabled",
"kb-ebsco.kb-credentials.collection.get",
"kb-ebsco.kb-credentials.item.get"
"kb-ebsco.kb-credentials.key.item.get"
]
},
{
Expand Down Expand Up @@ -321,7 +321,7 @@
"visible": true,
"subPermissions": [
"ui-eholdings.settings.kb.view",
"kb-ebsco.kb-credentials.uc.item.get",
"kb-ebsco.kb-credentials.uc.key.item.get",
"kb-ebsco.currencies.collection.get",
"kb-ebsco.uc-credentials.item.get",
"kb-ebsco.uc-credentials.client-id.get",
Expand Down

0 comments on commit 6212cfd

Please sign in to comment.