-
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
renewals: add renew buttons for patrons checked-out items #610
Conversation
a541433
to
632366b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If can_extend
well cover by the tests?
Tested
632366b
to
5267e8d
Compare
5267e8d
to
55d80f3
Compare
55d80f3
to
37ee7dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you can add that you have corrected indentation of Jinja templates in the commit message?
37ee7dc
to
cc39288
Compare
d330d95
to
a6476b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- the new due date is different in the patron interface than in the admin interface (probably related to Due date according to opening hours not working #599)
- according to me, the "Renew" button does not really look like a button. Is it possible to have a plain colour filling, ideally the same than for the "Request" button?
* according to me, the "Renew" button does not really look like a button. Is it possible to have a plain colour filling, ideally the same than for the "Request" button?
fixed
a6476b5
to
5bdf0ce
Compare
* Displays renew button when renewal of checked-out item is possible. * Hides renew button when circulation policies do not permit the renewal action. * Increases units testing coverage. * Corrects indentation of the patron_profile Jinja template. Co-Authored-by: Aly Badr <aly.badr@rero.ch>
5bdf0ce
to
5f95c0e
Compare
Co-Authored-by: Aly Badr aly.badr@rero.ch
Why are you opening this PR?
https://tree.taiga.io/project/rero21-reroils/us/350?milestone=247550
How to test?
renew
button will be displayedCode review check list