-
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: display library name while transit #178
Conversation
bacbb08
to
80033f3
Compare
@@ -41,7 +41,7 @@ $ git clone https://github.com/rero/rero-ils-ui.git/ | |||
$ cd rero-ils-ui | |||
$ nvm use lts/dubnium | |||
# Install angular-cli | |||
$ npm i -g angular-cli | |||
$ npm i -g @angular/cli@8.3.25 |
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.
is it necessary ?
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 documentation, I think that yes.
I follow it and fetch angular-cli 1.0.0beta32 (or similar) which was a problem to have a development environment.
58b789c
to
5a539fe
Compare
5a539fe
to
1b18969
Compare
* Displays library name (and location name) while loan is in transit status * Fixes rero/rero-ils#769 * Completes documentation about angular-cli installation Co-Authored-by: Olivier DOSSMANN <git@dossmann.net> Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
1b18969
to
f7bb446
Compare
Co-Authored-by: Olivier DOSSMANN git@dossmann.net
Why are you opening this PR?
Because of rero/rero-ils#769
How to test?
Cf. issue 769 to check
Code review check list