Skip to content
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: fix several issues #187

Merged
merged 1 commit into from
Feb 26, 2020

Conversation

AoNoOokami
Copy link
Contributor

@AoNoOokami AoNoOokami commented Feb 24, 2020

Co-Authored-by: Alicia Zangger alicia.zangger@rero.ch

Why are you opening this PR?

To close issues mentioned above.

How to test?

Important (769):
Check the display of destination when an item is in transit

  • To house: display of library name
  • For pickup: display of pickup location name

790:
Go to circulation view of a patron.
Check the name.

789:
Go to checkin/checkout form.
Enter a valid barcode with leading or trailing space.

791:
Try to checkout an item that is already on loan and check the flash message.

792:
Perform actions in checkin view (User services > Circulation).
Check that actions done are displayed.

799:
Checkin all items of a patron and confirm that there is space between the message and the table.

Code review check list

  • Commit message template compliance.
  • Commit message without typos.
  • File names.
  • Functions names.
  • Functions docstrings.
  • Unnecessary commited files?
  • Extracted translations?

@AoNoOokami AoNoOokami changed the title circulation: fix missing space in patron name circulation: fix some issues Feb 24, 2020
@AoNoOokami AoNoOokami force-pushed the zaa-circulation-ui-fix branch 3 times, most recently from 54043bf to ec8ad07 Compare February 24, 2020 15:47
@AoNoOokami AoNoOokami self-assigned this Feb 24, 2020
@AoNoOokami AoNoOokami changed the title circulation: fix some issues circulation: fix several issues Feb 25, 2020
@AoNoOokami AoNoOokami force-pushed the zaa-circulation-ui-fix branch 3 times, most recently from 3634357 to 830fbd4 Compare February 25, 2020 15:17
@AoNoOokami AoNoOokami changed the title circulation: fix several issues circulation: fix several minor issues Feb 25, 2020
@AoNoOokami AoNoOokami force-pushed the zaa-circulation-ui-fix branch 3 times, most recently from a2bfe21 to 8d5e5cc Compare February 26, 2020 09:11
@AoNoOokami AoNoOokami added this to the v0.6.0 rero-ils milestone Feb 26, 2020
@AoNoOokami AoNoOokami changed the title circulation: fix several minor issues circulation: fix several issues Feb 26, 2020
* Adds space between patron lastname and firstname. Closes rero/rero-ils#790.
* Trims barcode entererd in search input. Closes rero/rero-ils#789.
* Changes message when a checkout is done on an item that is already on loan. Closes rero/rero-ils#791.
* Displays action performed in checkin view. Closes rero/rero-ils#792.
* Adds space between 'no loan' message an table. Closes rero/rero-ils#799.
* Corrects destination display for in transit items. Closes rero/rero-ils#769.

Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
@AoNoOokami AoNoOokami merged commit 6bec1ec into rero:dev Feb 26, 2020
@AoNoOokami AoNoOokami deleted the zaa-circulation-ui-fix branch March 3, 2020 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants