Skip to content

Commit

Permalink
UIIN-3114: Display correctly Mark as ... action items in Item action …
Browse files Browse the repository at this point in the history
…menu (#2658)
OleksandrHladchenko1 authored Oct 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 248ff05 commit 70435bb
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -128,6 +128,7 @@ and disable fields when "Settings (Inventory): Create, edit and delete HRID hand
* Update quick-marc permission name. Refs UIIN-3111.
* ECS: Prevent Item affiliation ownership change if it is attached to a local PO line. Refs UIIN-3105.
* Add missing BE permission`source-storage.records.matching.collection.post`. Fixes UIIN-3086.
* Display correctly `Mark as ...` action items in Item action menu. Fixes UIIN-3114.

## [11.0.5](https://github.com/folio-org/ui-inventory/tree/v11.0.5) (2024-08-29)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v11.0.4...v11.0.5)
2 changes: 1 addition & 1 deletion src/views/ItemView.js
Original file line number Diff line number Diff line change
@@ -482,7 +482,7 @@ const ItemView = props => {

return (
<IfPermission
perm={`ui-inventory.items.mark-${parameterizedStatus}`}
perm={`ui-inventory.items.mark-${parameterizedStatus}.execute`}
key={parameterizedStatus}
>
{actionMenuItem}

0 comments on commit 70435bb

Please sign in to comment.