-
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
circulation: hide buttons if action isn't available. #1354
circulation: hide buttons if action isn't available. #1354
Conversation
0286913
to
3ec3258
Compare
5d733f8
to
4ead1f9
Compare
4ead1f9
to
1da66a3
Compare
3c3a076
to
6b833aa
Compare
3ec3258
to
a7f2736
Compare
6b833aa
to
b43d054
Compare
rero_ils/modules/patrons/templates/rero_ils/_patron_profile_requests.html
Outdated
Show resolved
Hide resolved
Like the #1357 the button 'request' should be visible even he has the limits reached, followed by an explanation. [enhancement] |
Great job Renaud !
|
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.
Commit message body: replace twice disable by disabled. Thanks.
b43d054
to
41cce3b
Compare
|
48fd1d5
to
0fd4a1e
Compare
a7f2736
to
273ab44
Compare
817e21f
to
371a541
Compare
If the patron can't operate an action due to circulation restrictions (patron blocked, patron type limits, ...), circulation buttons should be disable. In the patron profile view, adds warning/error messages depending of patron restrictions. If the 'renew' button is disable, adds a tooltip to give user the reasons why. Closes rero#1357 Closes rero#1356 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
371a541
to
2afc952
Compare
If the patron can't operate an action due to circulation restrictions
(patron blocked, patron type limits, ...), circulation buttons should be
hide. In the patron profile view, adds warning/error messages depending
of patron restrictions.
Closes #1357
Closes #1356
Co-Authored-by: Renaud Michotte renaud.michotte@gmail.com
How to test?
Code review check list