Skip to content

Commit

Permalink
Merge pull request #333 from uoregon-libraries/hotfix/add-batch-build…
Browse files Browse the repository at this point in the history
…er-to-role-list

privilege: allow batch builder to be assigned
  • Loading branch information
jechols authored Sep 10, 2024
2 parents 7056274 + 425e2cb commit 3a11856
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ Brief description, if necessary
### Migration
-->

## v5.0.1

Batching is now *allowed*! WOW!

### Fixed

- Users can now be properly assigned the "Batch Builder" role. Previously, only
admins could generate batches.

## v5.0.0

Batching and Boostrap 5.
Expand Down
1 change: 1 addition & 0 deletions src/privilege/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ var AssignableRoles = []*Role{
RoleUserManager,
RoleMOCManager,
RoleWorkflowManager,
RoleBatchBuilder,
RoleBatchReviewer,
RoleBatchLoader,
}
Expand Down

0 comments on commit 3a11856

Please sign in to comment.