Skip to content

Commit

Permalink
UIU-2472 view-fees/fines pset includes view-loans (#1950)
Browse files Browse the repository at this point in the history
At the request of the RA SIG, permission to view fees and fines should
include permission to view loans.

Refs UIU-2472
  • Loading branch information
zburke committed Nov 23, 2021
1 parent d4dde24 commit dd77d9c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@
"description": "Also includes basic permissions to view users",
"subPermissions": [
"ui-users.view",
"ui-users.loans.view",
"accounts.collection.get",
"accounts.item.get",
"comments.collection.get",
Expand Down
3 changes: 2 additions & 1 deletion translations/ui-users/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,8 @@
"permission.edituserservicepoints": "Users: Can assign and unassign service points to users",
"permission.feefineactions": "Fee/Fine Details: Can create, edit and remove fee/fine actions",
"permission.feesfines.actions.all": "Users: Can create, edit and remove fees/fines",
"permission.loans.all": "Users: User loans view, edit, renew (all)",
"permission.feesfines.view": "Users: Can view fees/fines and loans",
"permission.loans.all": "Users: User loans view, change due date, renew",
"permission.loans.anonymize": "Users: User loans anonymize",
"permission.loans.change-due-date": "Users: User loans change due date",
"permission.loans.claim-item-returned": "Users: User loans claim returned",
Expand Down
1 change: 1 addition & 0 deletions translations/ui-users/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@
"permission.edituserservicepoints": "Users: Can assign and unassign service points to users",
"permission.feefineactions": "Fee/Fine Details: Can create, edit and remove fee/fine actions",
"permission.feesfines.actions.all": "Users: Can create, edit and remove fees/fines",
"permission.feesfines.view": "Users: Can view fees/fines and loans",
"permission.loans.all": "Users: User loans view, edit, renew (all)",
"permission.loans.claim-item-returned": "Users: User loans claim returned",
"permission.loans.declare-item-lost": "Users: User loans declare lost",
Expand Down
1 change: 1 addition & 0 deletions translations/ui-users/en_SE.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@
"permission.edituserservicepoints": "Users: Can assign and unassign service points to users",
"permission.feefineactions": "Fee/Fine Details: Can create, edit and remove fee/fine actions",
"permission.feesfines.actions.all": "Users: Can create, edit and remove fees/fines",
"permission.feesfines.view": "Users: Can view fees/fines and loans",
"permission.loans.all": "Users: User loans view, edit, renew (all)",
"permission.loans.claim-item-returned": "Users: User loans claim returned",
"permission.loans.declare-item-lost": "Users: User loans declare lost",
Expand Down
5 changes: 3 additions & 2 deletions translations/ui-users/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,8 @@
"permission.edituserservicepoints": "Users: Can assign and unassign service points to users",
"permission.feefineactions": "Fee/Fine Details: Can create, edit and remove fee/fine actions",
"permission.feesfines.actions.all": "Users: Can create, edit and remove fees/fines",
"permission.loans.all": "Users: User loans view, edit, renew (all)",
"permission.feesfines.view": "Users: Can view fees/fines and loans",
"permission.loans.all": "Users: User loans view, change due date, renew",
"permission.loans.claim-item-returned": "Users: User loans claim returned",
"permission.loans.declare-item-lost": "Users: User loans declare lost",
"permission.loans.renew-override": "Users: User loans renew through override",
Expand Down Expand Up @@ -976,4 +977,4 @@
"custom.noCustomFieldsFound": "No custom fields found",
"reports.financial.patronBarcode.noBarcode": "[no barcode]",
"settings.manualBlockTemplates.paneTitle": "Patron block templates"
}
}

0 comments on commit dd77d9c

Please sign in to comment.