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

items: inherit holdings first call_number #1538

Merged
merged 1 commit into from
Jan 13, 2021

Conversation

BadrAly
Copy link

@BadrAly BadrAly commented Dec 2, 2020

For items of type issue, the parent holdings first call_number is
displayed when the item has no first call_number. This call number is
inherited in the following screens in the public interface:

Co-Authored-by: Aly Badr [email protected]

Why are you opening this PR?

https://tree.taiga.io/project/rero21-reroils/task/1896?kanban-status=1224894

Dependencies

How to test?

  • What command should I have to run to test your PR?
  • What should I test through the UI?

Code review check list

  • Commit message template compliance.
  • Commit message without typos.
  • File names.
  • Functions names.
  • Functions docstrings.
  • Unnecessary commited files?
  • Cypress tests successful?

@BadrAly BadrAly force-pushed the baa-inherit-call-number branch 2 times, most recently from 257dec4 to 3f5d180 Compare December 2, 2020 17:17
@BadrAly BadrAly self-assigned this Dec 2, 2020
@BadrAly BadrAly added this to the v0.15.0 milestone Dec 2, 2020
Copy link

@iGormilhit iGormilhit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the commit message title, items is better than item. But it's not so important.

rero_ils/modules/items/api/record.py Outdated Show resolved Hide resolved
@BadrAly BadrAly force-pushed the baa-inherit-call-number branch from e3085ac to c5e987c Compare December 10, 2020 17:03
@BadrAly BadrAly requested a review from zannkukai December 10, 2020 17:03
Copy link
Contributor

@zannkukai zannkukai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for this second "requrest changes" :-)

rero_ils/modules/collections/api.py Outdated Show resolved Hide resolved
@iGormilhit iGormilhit added f: data About data model, importation, transformation, exportation of data, specific for bibliographic data f: serials labels Dec 14, 2020
Copy link

@iGormilhit iGormilhit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit message proposition:

items: inherit holdings first call_number

For items of type `issue`, the parent holdings first call_number is
displayed when the item has no first call_number. This call number is
inherited in the following screens in the public interface:

* Document details view.
* Patron profile: loans, requests, history tabs.
* Collection details view.
* Generated notifications.

* Closes #1288.

@iGormilhit iGormilhit changed the title item: inherit holdings first call_number items: inherit holdings first call_number Dec 14, 2020
@BadrAly BadrAly force-pushed the baa-inherit-call-number branch 2 times, most recently from 8633e6d to 41f3806 Compare December 14, 2020 07:57
rero_ils/modules/items/api/record.py Outdated Show resolved Hide resolved
@BadrAly BadrAly force-pushed the baa-inherit-call-number branch from 41f3806 to 8b73d29 Compare December 14, 2020 13:38
@BadrAly BadrAly modified the milestones: v0.15.0, v1.0.0 Dec 14, 2020
Copy link

@iGormilhit iGormilhit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* Closes #1288. With a dot. It's a sentence.

@BadrAly BadrAly force-pushed the baa-inherit-call-number branch from 8b73d29 to aa07464 Compare December 15, 2020 07:08
@BadrAly BadrAly force-pushed the baa-inherit-call-number branch from aa07464 to 885ee6a Compare December 15, 2020 15:07
@BadrAly BadrAly force-pushed the baa-inherit-call-number branch from 885ee6a to c516050 Compare January 6, 2021 12:34
@BadrAly BadrAly force-pushed the baa-inherit-call-number branch 2 times, most recently from 4d3997c to 377f7ed Compare January 12, 2021 13:36
For items of type `issue`, the parent holdings first call_number is
displayed when the item has no first call_number. This call number is
inherited in the following screens in the public interface:

* Document details view.
* Patron profile: loans, requests, history tabs.
* Collection details view.
* Late issues and inventory CSV exports.
* Generated notifications.

* Closes rero#1288.

Co-Authored-by: Aly Badr <[email protected]>
@BadrAly BadrAly force-pushed the baa-inherit-call-number branch from 377f7ed to 0a8d90c Compare January 13, 2021 07:19
@BadrAly BadrAly merged commit cd56a0b into rero:dev Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f: data About data model, importation, transformation, exportation of data, specific for bibliographic data f: serials
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The issue call number should be generated according to the holdings call number.
6 participants