Skip to content

Commit

Permalink
UIIN-516: Handle spelling issue for ILL policies
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Soroka authored and Viktor Soroka committed Jun 7, 2019
1 parent 5358df2 commit 114ce81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Settings pages for note types. UIIN-453.
* Bug fixes: UIIN-568
* Remove results display by default (no search queries or filters). UIIN-79
* Handle spelling issue for ILL policies. UIIN-516

## [1.8.0](https://github.com/folio-org/ui-inventory/tree/v1.8.0) (2019-05-10)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v1.7.0...v1.8.0)
Expand Down
2 changes: 1 addition & 1 deletion MD.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
{
"permissionName": "ui-inventory.settings.ill-policies",
"displayName": "Settings (Inventory): Can create, edit and remove ill policies",
"displayName": "Settings (Inventory): Can create, edit and remove ILL policies",
"subPermissions": [
"inventory-storage.ill-policies.collection.get",
"inventory-storage.ill-policies.item.delete",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
},
{
"permissionName": "ui-inventory.settings.ill-policies",
"displayName": "Settings (Inventory): Can create, edit and remove ill policies",
"displayName": "Settings (Inventory): Can create, edit and remove ILL policies",
"subPermissions": [
"inventory-storage.ill-policies.collection.get",
"inventory-storage.ill-policies.item.delete",
Expand Down

0 comments on commit 114ce81

Please sign in to comment.