You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
We should check in rero-ils-ui that all buttons follow the circulation policy.
In example the renewal button use a method that don't use the "patron_pid".
If, for any reason, the new "blocking user" functionnality disallow renewals in circulation policy, without the patron_pid the renewal button will not know that it's forbidden for this user to renew the loan.
The text was updated successfully, but these errors were encountered:
First we must decide if a blocked patron can renew an item or not. And I think that only the example mentioned by Olivier is concerned, the other buttons in rero-ils-ui observe the permissions implemented in backend. So if the conditions change, the modification have to be done in backend only.
Edit: actually it's the same with renew button. The condition of display are defined in backend. However, there are no restrictions if the user is blocked for this moment.
Describe the issue
We should check in rero-ils-ui that all buttons follow the circulation policy.
In example the renewal button use a method that don't use the "patron_pid".
If, for any reason, the new "blocking user" functionnality disallow renewals in circulation policy, without the patron_pid the renewal button will not know that it's forbidden for this user to renew the loan.
The text was updated successfully, but these errors were encountered: