-
Notifications
You must be signed in to change notification settings - Fork 13
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: allow request for organisation items #342
circulation: allow request for organisation items #342
Conversation
f67bcad
to
fbde8eb
Compare
@@ -30,23 +30,21 @@ | |||
{{ callNumber }} | |||
</div> | |||
<div class="col-sm-4 text-right"> | |||
<ng-container *ngIf="isHoldingMatchUserLibraryPID"> |
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.
diff is not always user friendly... in this case I only removed <ng-container *ngIf="isHoldingMatchUserLibraryPID">
. The button is now based only on permissions.
fd19de8
to
a4c9304
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.
In English there's no space before punctuations like :
or ;
.
Otherwise, the commit message is fine.
a4c9304
to
19447f4
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.
Commit message approved.
The request document button was only available for the current library items. This commit updates this behavior; now all items of the current logged user application can be requested. Closes rero/rero-ils#927 Co-authored-by: Renaud Michotte <renaud.michotte@gmail.com>
19447f4
to
c74dc0d
Compare
The request document button was only available for the current library
items. This commit updates this behavior ; now all items of the current
logged user application can be requested.
Co-authored-by: Renaud Michotte renaud.michotte@gmail.com
Why are you opening this PR?
Closes rero/rero-ils#927
How to test?
Code review check list