Skip to content

Commit

Permalink
UIDATIMP-1679: Allow central tenant to create action profile for Orde…
Browse files Browse the repository at this point in the history
…rs and Invoices
  • Loading branch information
OleksandrHladchenko1 committed Nov 25, 2024
1 parent 075cc5d commit 210144e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
### Features added:
* `React v19`: refactor away from default props for functional components. (UIDATIMP-1634)

## [8.0.3] (IN PROGRESS)

### Bugs fixed:
* Allow central tenant to create action profile for Orders and Invoices. (UIDATIMP-1679)

## [8.0.2] (IN PROGRESS)

### Bugs fixed:
Expand Down
2 changes: 2 additions & 0 deletions src/settings/ActionProfiles/ActionProfilesForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ export const ActionProfilesFormComponent = ({
const RECORD_TYPES = isUserInCentralTenant
? pick(ACTION_PROFILES_FORM_FOLIO_RECORD_TYPES, [
ACTION_PROFILES_FORM_FOLIO_RECORD_TYPES.INSTANCE.type,
ACTION_PROFILES_FORM_FOLIO_RECORD_TYPES.INVOICE.type,
ACTION_PROFILES_FORM_FOLIO_RECORD_TYPES.ORDER.type,
ACTION_PROFILES_FORM_FOLIO_RECORD_TYPES.MARC_BIBLIOGRAPHIC.type,
ACTION_PROFILES_FORM_FOLIO_RECORD_TYPES.MARC_AUTHORITY.type,
])
Expand Down

0 comments on commit 210144e

Please sign in to comment.