Skip to content

Commit

Permalink
UID-126 include missing permissions in settings.userLocale
Browse files Browse the repository at this point in the history
Provide `users.collection.get` in `ui-developer.settings.userLocale`.

Refs UID-126
  • Loading branch information
zburke committed Jan 16, 2025
1 parent a425a8b commit fa09b06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Sort locales by label instead of locale-code. Refs UID-107.
* When the Permissions Inspector encounters an undefined permission (which should never happen) it now shows that permission's true name in bold red instead of crashing. Fixes UID-183.
* Hide "I can haz endpoint" and "Permissions inspector" if the `roles` interface is present. Refs UID-151.
* Include missing user-related permissions in `settings.userLocale`. Refs UID-126.

## [9.0.0](https://github.com/folio-org/ui-developer/tree/v9.0.0) (2024-10-09)
[Full Changelog](https://github.com/folio-org/ui-developer/compare/v8.0.0...v9.0.0)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/developer",
"version": "9.1.0",
"version": "9.1.1",
"description": "Developer settings",
"repository": "folio-org/ui-developer",
"publishConfig": {
Expand Down Expand Up @@ -187,7 +187,8 @@
"settings.developer.enabled",
"configuration.entries.collection.get",
"configuration.entries.item.post",
"configuration.entries.item.put"
"configuration.entries.item.put",
"users.collection.get"
],
"visible": true
},
Expand Down

0 comments on commit fa09b06

Please sign in to comment.