-
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 infos refactoring #405
Merged
zannkukai
merged 1 commit into
rero:US1643-borrow-limits
from
zannkukai:zan-#1799-refactoring-circulation-infos
Nov 4, 2020
Merged
circulation infos refactoring #405
zannkukai
merged 1 commit into
rero:US1643-borrow-limits
from
zannkukai:zan-#1799-refactoring-circulation-infos
Nov 4, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iGormilhit
changed the title
Zan #1799 refactoring circulation infos
circulation infos refactoring
Oct 29, 2020
zannkukai
force-pushed
the
zan-#1799-refactoring-circulation-infos
branch
3 times, most recently
from
October 30, 2020 09:48
a0ccc23
to
f0a4dc5
Compare
I consider the message system to be too large. Soon you don't see the important part. |
zannkukai
force-pushed
the
zan-#1799-refactoring-circulation-infos
branch
2 times, most recently
from
November 2, 2020 11:21
e2c1be5
to
e93540d
Compare
zannkukai
force-pushed
the
US1643-borrow-limits
branch
from
November 2, 2020 11:23
5366517
to
6541f8c
Compare
zannkukai
force-pushed
the
zan-#1799-refactoring-circulation-infos
branch
from
November 2, 2020 11:23
e93540d
to
82597e5
Compare
Garfield-fr
reviewed
Nov 2, 2020
projects/admin/src/app/circulation/patron/card/card.component.html
Outdated
Show resolved
Hide resolved
projects/admin/src/app/circulation/patron/card/card.component.html
Outdated
Show resolved
Hide resolved
...ts/admin/src/app/record/detail-view/template-detail-view/template-detail-view.component.html
Outdated
Show resolved
Hide resolved
zannkukai
force-pushed
the
zan-#1799-refactoring-circulation-infos
branch
from
November 2, 2020 14:00
82597e5
to
7f95990
Compare
zannkukai
force-pushed
the
zan-#1799-refactoring-circulation-infos
branch
from
November 2, 2020 15:21
7f95990
to
3e17dc8
Compare
AoNoOokami
suggested changes
Nov 2, 2020
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.
projects/admin/src/app/circulation/patron/card/card.component.ts
Outdated
Show resolved
Hide resolved
zannkukai
force-pushed
the
zan-#1799-refactoring-circulation-infos
branch
2 times, most recently
from
November 2, 2020 16:10
b66a86d
to
7bdc768
Compare
AoNoOokami
approved these changes
Nov 3, 2020
zannkukai
force-pushed
the
zan-#1799-refactoring-circulation-infos
branch
2 times, most recently
from
November 3, 2020 12:31
f85fb7e
to
3f0237f
Compare
iGormilhit
approved these changes
Nov 4, 2020
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.
zannkukai
force-pushed
the
US1643-borrow-limits
branch
from
November 4, 2020 09:36
6541f8c
to
eec8c6a
Compare
zannkukai
force-pushed
the
zan-#1799-refactoring-circulation-infos
branch
from
November 4, 2020 09:38
3f0237f
to
6c0f106
Compare
The message returned by the backend when a user is blocked has changed. This commit adapts the UI to this change and display the error message returned by the backend directly. This commit also adds counter on tabs of the patron circulation detailed page. Available counters are for checkin/checkout, pickup and pending tabs. Small correction on the template detail view. Closes rero/rero-ils#1278 Closes rero/rero-ils#1281 Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
zannkukai
force-pushed
the
zan-#1799-refactoring-circulation-infos
branch
from
November 4, 2020 13:41
6c0f106
to
ab27023
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The message return by the backend when a user is blocked has changed.
This commit adapts the UI to this change and display the error message
returned by the backend directly.
This commit also adds counter on tabs of the patron circulation detail
page. Available counter are for checkin/checkout, pickup and pending
tabs.
Small correction on the template detail view.
Closes rero/rero-ils#1278
Closes rero/rero-ils#1281
Authored-by: Renaud Michotte renaud.michotte@gmail.com
Dependencies
npm ci
the new version of ng-core should be installed)How to test?
Code review check list