-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The manual blocking of a user should block also the renewals. #1383
Labels
enhancement
Improvement of an existing feature
f: circulation
Concerns the circulation interface or backend
p-High
High priority (to be solved in the 2-3 next months)
Milestone
Comments
pronguen
added
enhancement
Improvement of an existing feature
f: circulation
Concerns the circulation interface or backend
triage
labels
Nov 5, 2020
iGormilhit
added
p-Medium
Medium priority (to be solved within 1-2 years)
p-High
High priority (to be solved in the 2-3 next months)
and removed
triage
p-Medium
Medium priority (to be solved within 1-2 years)
labels
Nov 19, 2020
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Nov 25, 2020
Closes rero#1470 If a circulation policy disallow checkout operation, the error message returned was not user friendly. This commit add a check for checkout operation on cipo; this check return a better error message. Closes rero#1383 If a patron is blocked for any reasons, this user couldn't extend any active loan. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
6 tasks
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Nov 25, 2020
Closes rero#1470 If a circulation policy disallow checkout operation, the error message returned was not user friendly. This commit add a check for checkout operation on cipo; this check return a better error message. Closes rero#1383 If a patron is blocked for any reasons, this user couldn't extend any active loan. Closes rero#1507 Fixes 'status' facet problem on items result list. Despite if user choose a status to faceting the results, the facet value didn't apply. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Nov 26, 2020
Closes rero#1470 If a circulation policy disallow checkout operation, the error message returned was not user friendly. This commit add a check for checkout operation on circulation policy; this check return a better error message. Closes rero#1383 If a patron is blocked for any reasons, this user shouldn't be able to extend any active loan. Closes rero#1507 Fixes 'status' facet problem on items result list. Despite if user select a status facet to filter the results, the facet value didn't apply. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
added a commit
that referenced
this issue
Nov 30, 2020
Closes #1470 If a circulation policy disallow checkout operation, the error message returned was not user friendly. This commit add a check for checkout operation on circulation policy; this check return a better error message. Closes #1383 If a patron is blocked for any reasons, this user shouldn't be able to extend any active loan. Closes #1507 Fixes 'status' facet problem on items result list. Despite if user select a status facet to filter the results, the facet value didn't apply. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Improvement of an existing feature
f: circulation
Concerns the circulation interface or backend
p-High
High priority (to be solved in the 2-3 next months)
How it works
Currently, it only blocks checkouts and requests.
Improvement suggestion
It should block also the renewals.
In that way, this block will have the same effect than the limits defined in the patron type (per fee amount, per overdue items).
Context
Proposed by pilot libraries
The text was updated successfully, but these errors were encountered: